Correctifs au nav
This commit is contained in:
@@ -37,6 +37,7 @@ nav {
|
|||||||
top: 0;
|
top: 0;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
@@ -384,17 +385,22 @@ blockquote a {
|
|||||||
/* AUTEUR: Andres */
|
/* AUTEUR: Andres */
|
||||||
/****************************/
|
/****************************/
|
||||||
|
|
||||||
.video-header {
|
.armures {
|
||||||
|
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.armures .video-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entete {
|
.armures #entete {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
.armures #title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@@ -406,7 +412,7 @@ blockquote a {
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.perso {
|
.armures .perso {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
@@ -414,7 +420,7 @@ blockquote a {
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.perso .bg-video {
|
.armures .perso .bg-video {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@@ -425,11 +431,11 @@ blockquote a {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.perso .content {
|
.armures .perso .content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.habilites {
|
.armures .habilites {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,6 @@ IMPORTANT : Vérifier si cette page est un doublons de la page armures.html et l
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html" class="boutonAccueil"><img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4"></a>
|
<a href="index.html" class="boutonAccueil"><img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4"></a>
|
||||||
|
|
||||||
@@ -57,12 +56,14 @@ IMPORTANT : Vérifier si cette page est un doublons de la page armures.html et l
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<header class="video-header">
|
<div class="armures">
|
||||||
<video id="entete" src="./medias/mediasAndres/nokko.webm" autoplay muted loop></video>
|
<header class="video-header">
|
||||||
<h1 id="title">Warframes</h1>
|
<video id="entete" src="./medias/mediasAndres/nokko.webm" autoplay muted loop></video>
|
||||||
</header>
|
<h1 id="title">Warframes</h1>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
<main class="missions">
|
<main class="armures">
|
||||||
<section class="perso">
|
<section class="perso">
|
||||||
|
|
||||||
<video class="bg-video" autoplay muted loop playsinline>
|
<video class="bg-video" autoplay muted loop playsinline>
|
||||||
|
|||||||
Reference in New Issue
Block a user