mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-22 22:39:19 +00:00
oui le changement
This commit is contained in:
@ -1 +0,0 @@
|
||||
/* Fichier du style (il pourras y en avoir plusieurs) */
|
29
project/assets/css/style_index.css
Normal file
29
project/assets/css/style_index.css
Normal file
@ -0,0 +1,29 @@
|
||||
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');
|
||||
}
|
Reference in New Issue
Block a user