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.

46 lines
505 B

video{
text-align: center;
}
.texte{
padding: 30px;
}
.vid{
display: block;
float: left;
padding: 50px;
background-color: ;
display: flex;
justify-content: center;
}
.clearflot{
clear: left;
}
video{
padding: 30px;
height: 440px;
width: 520px;
background-color: rgb(190, 171, 255);
border-radius: 20px;
border: 1px solid black;
}
video{
transition-duration: 0.5s;
}
video:hover{
background-color: black;
}
.tout{
display: flex;
align-items: center;
}
.fin{
margin-top: 230px;
}