digital-theory/css/0-1-nav.css

31 lines
375 B
CSS
Raw Normal View History

2023-04-25 12:13:46 +02:00
main nav {
padding: 24px;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 130%;
text-align: center;
color: #FFFDFC;
width: 100%;
position: fixed;
top: 0;
}
.burger-menu {
width: 150px;
float: left;
}
.nav-main {
text-align: center;
top: 54px;
color: #FFFDFC;
width: 100%;
height: 54px;
}
.fixed-nav{
z-index: 30;
}