mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 19:02:10 +00:00
26 lines
340 B
CSS
26 lines
340 B
CSS
body{
|
|
margin: 0;
|
|
}
|
|
|
|
.nav_imie{
|
|
height: 40px;
|
|
background-color: black;
|
|
}
|
|
|
|
.item_nav_imie{
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
padding-top: 10px;
|
|
color: white;
|
|
float: right;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
@media screen and (max-width: 640px) {
|
|
.nav_imie {
|
|
height: 0;
|
|
}
|
|
}
|