css header main video
This commit is contained in:
@@ -384,8 +384,24 @@ blockquote a {
|
||||
/* AUTEUR: Andres */
|
||||
/****************************/
|
||||
|
||||
.video-header {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#entete {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user