Public Access
5
0

changement width css

This commit is contained in:
Andres
2025-11-24 13:28:26 -05:00
parent ebdd45b748
commit 361ce721c1

View File

@@ -411,24 +411,20 @@ blockquote a {
overflow: hidden;
padding: 40px;
color: white;
/* texte lisible sur la vidéo */
min-height: 500px;
/* tu peux ajuster */
}
/* vidéo en background */
.perso .bg-video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
width: 110%;
height: 100%;
object-fit: cover;
transform: translate(-50%, -50%);
z-index: 0;
}
/* contenu par-dessus la vidéo */
.perso .content {
position: relative;
z-index: 10;