mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-05 10:44:11 +02:00
added template and some styles for header elem
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user