css header main video
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user