Public Access
5
0

Début du CSS pour la page d'accueil

This commit is contained in:
LD
2025-11-14 16:08:18 -05:00
parent 3c5596646c
commit e6e494064f
2 changed files with 7 additions and 1 deletions

View File

@@ -133,6 +133,12 @@ aside {
background-color: rgb(138, 43, 226); background-color: rgb(138, 43, 226);
} }
.accueil p {
margin: auto;
display: flex;
width: 50%;
}
/****************************/ /****************************/
/* PAGE: à Propos */ /* PAGE: à Propos */
/* AUTEUR: Stanislas */ /* AUTEUR: Stanislas */

View File

@@ -7,7 +7,7 @@
<title>Warframe2fan</title> <title>Warframe2fan</title>
</head> </head>
<body> <body class="accueil">
<main> <main>
<h1>Warframe : <br> Toute une histoire</h1> <h1>Warframe : <br> Toute une histoire</h1>
<p> Entrer texte pour la première section </p> <p> Entrer texte pour la première section </p>