Blog_IMIE/project/assets/css/style_index.css
2018-11-26 10:26:55 +01:00

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;
}
}