Public Access
5
0

css header main video

This commit is contained in:
Andres
2025-11-24 12:18:17 -05:00
parent e94bb353db
commit 9cfe199589

View File

@@ -384,8 +384,24 @@ blockquote a {
/* AUTEUR: Andres */ /* AUTEUR: Andres */
/****************************/ /****************************/
.video-header {
position: relative;
}
#entete { #entete {
width: 100%; width: 100%;
height: auto; height: auto;
display: block; display: block;
}
#title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 3rem;
font-weight: bold;
text-shadow: 0 0 10px black;
z-index: 10;
} }