Skip to content
Snippets Groups Projects
variables.css 376 B
Newer Older
AB0410's avatar
AB0410 committed
:root {
    --main-bg-color: rgba(246, 250, 235, 0.067);
    --main-txt-color: #333;
    --container-width: 90%;
    --header-bg-color: #333;
    --header-txt-color: #fff;
  }

.box {
    --box-bg-color: #ddd;
    --box-main-color: rgb(249, 170, 50);
    --box-padding: 5px 10px;
    --box-shadow-h-offset: 10px;
    --box-shadow-v-offset: 5px;
    --box-shadow-blur: 5px;
  }