Public Access
5
0

Modification au css

This commit is contained in:
Jeremy
2025-11-21 18:02:59 -05:00
parent 65c3affa8c
commit 13bd433bed
3 changed files with 11 additions and 9 deletions

View File

@@ -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 */

View File

@@ -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">

View File

@@ -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>