Blog_IMIE/project/assets/css/style_index.css
2018-11-20 10:57:57 +01:00

29 lines
403 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: "Zona Black", sans-serif;
font-size: 1.9vh;
}
@media screen and (max-width: 640px) {
.nav_imie {
height: 0;
}
}
@font-face {
font-family: "Zona Black";
src: url('Zona_Black.ttf');
}