added template and some styles for header elem

This commit is contained in:
Kostya
2023-11-18 23:04:24 +03:00
parent 598026d8b2
commit 576d6a010d
4 changed files with 78 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
.header {
margin-top: 4px;
}
.header__content {
display: flex;
align-items: center;
text-align: center;
justify-content: space-between;
}
.header__logo {
padding: 22px 0px 18px 36px;
}
.header__nav nav a {
margin-right: 75px;
text-decoration: none;
}
.header__nav--now {
color: #EF4444;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 18px;
font-weight: 700;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB