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.
30 lines
614 B
30 lines
614 B
/*Donne ces caractéristiques aux vidéos intégrées par iframe*/
|
|
iframe{
|
|
modestbranding:1;
|
|
showinfo:0;
|
|
width:auto;
|
|
height:100%;
|
|
}
|
|
|
|
|
|
/*Permet à l'item "Zelda Breath of The Wild" d'être rapproché du menu*/
|
|
.flex{
|
|
display:flex;
|
|
justify-content: space-around;
|
|
align-items:baseline;
|
|
flex-direction:row;
|
|
margin-bottom: -2px;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
/*Permet d'afficher de la sorte chaque vidéo et sa description*/
|
|
.item{
|
|
width: 565px;
|
|
text-align:center;
|
|
display:block;
|
|
background-color: transparent;
|
|
border: 1px solid transparent;
|
|
margin-bottom: 1px;
|
|
float:left;
|
|
}
|