You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
550 B

img{
max-height: 200px;
width: auto;
}
img:hover{
max-height: 220px;
width: auto;
}
/*.MenuN{
width: 100%;
background-color: red;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}*/
/*Le menu de navigation est crée ici car la page est suffisamment large pour scroller, hors le but de ce menu est de "suivre" l'écran de l'utilsateur*/
/* Pour la .Nav, voir à propos de la balise nav et ses particularités.
Pour le décalage, voir les attributs(?) margin/padding*/