Public Access
5
0

Modification au css

This commit is contained in:
Jeremy
2025-11-21 18:02:59 -05:00
parent 1527b13639
commit f98a35f277
3 changed files with 11 additions and 9 deletions

View File

@@ -6,6 +6,11 @@
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box;
}
main {
min-height: 85vh;
} }
nav { nav {
@@ -51,14 +56,9 @@ footer {
background-color: #13172c; background-color: #13172c;
text-align: center; text-align: center;
color: #FFEFE5; color: #FFEFE5;
position: relative;
bottom: 0;
width: 100%; width: 100%;
padding: 16px 0; padding: 16px 0;
} height: 15vh;
footer>p {
margin: auto;
} }
/****************************/ /****************************/
@@ -75,8 +75,6 @@ footer>p {
width: 50%; width: 50%;
} }
/****************************/ /****************************/
/* PAGE: à Propos */ /* PAGE: à Propos */
/* AUTEUR: Stanislas */ /* AUTEUR: Stanislas */

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<title>Warframe2fan</title> <title>ALT-F4</title>
</head> </head>
<body class="accueil"> <body class="accueil">

View File

@@ -34,6 +34,10 @@
</tr> </tr>
</table> </table>
<article>
<p>Coming soon..</p>
</article>
<aside> <aside>
<div class="nextArc"><a href="lore.html">Menu</a></div> <div class="nextArc"><a href="lore.html">Menu</a></div>
<div class="nextArc"><a href="sousPageLore3.html">Précédent</a></div> <div class="nextArc"><a href="sousPageLore3.html">Précédent</a></div>