create(navbar) created and styled navbar

This commit is contained in:
Yusuf İpek
2021-07-26 15:49:20 +03:00
parent 20b769086a
commit c2b59b9b29
8 changed files with 128 additions and 68 deletions
+14
View File
@@ -1,5 +1,19 @@
// COLORS
:root {
--color-background: #292929;
--color-primary: #fff;
--color-tertiary: #468eee;
--color-grey: #383838;
--color-grey-dark-1: #b2aba1;
--color-grey-dark-2: #fff;
}
// FONT CONTROL
$normal-font-size: 1.4rem;
$default-font-size: 1.6rem;
$medium-font-size: 3rem;
$big-font-size: 5rem;
// OTHER