Début du CSS pour la page d'accueil
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user