Comment couvrir l'image complète dans CSS
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
abdullah
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
body {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
where do I place code for move video to center of black screen
move video to center of black screen