Modification au css
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
main {
|
||||
min-height: 85vh;
|
||||
}
|
||||
|
||||
nav {
|
||||
@@ -51,14 +56,9 @@ footer {
|
||||
background-color: #13172c;
|
||||
text-align: center;
|
||||
color: #FFEFE5;
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 16px 0;
|
||||
}
|
||||
|
||||
footer>p {
|
||||
margin: auto;
|
||||
height: 15vh;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
@@ -75,8 +75,6 @@ footer>p {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/****************************/
|
||||
/* PAGE: à Propos */
|
||||
/* AUTEUR: Stanislas */
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<title>Warframe2fan</title>
|
||||
<title>ALT-F4</title>
|
||||
</head>
|
||||
|
||||
<body class="accueil">
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<article>
|
||||
<p>Coming soon..</p>
|
||||
</article>
|
||||
|
||||
<aside>
|
||||
<div class="nextArc"><a href="lore.html">Menu</a></div>
|
||||
<div class="nextArc"><a href="sousPageLore3.html">Précédent</a></div>
|
||||
|
||||
Reference in New Issue
Block a user