This commit is contained in:
Ghouar-Toussaint Rafael 2024-06-03 00:34:04 +02:00
parent 79515637d9
commit 9f06dd3434
2 changed files with 8 additions and 4 deletions

View File

@ -3,10 +3,13 @@
body{background-color: #dadbdd}
header {font-size: 23px;
background-color: #303232;
width: auto;
height: 70px;
display: flex;}
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
h1.Hello {font-size: 50px;}
header nav {margin-left: auto;
margin-right: auto;

View File

@ -12,6 +12,7 @@
<div id="content index">
<header>
<h1 class="Hello">Bienvenue sur le site des JO !</h1><br>
<nav>
<a href="cours.html">Cours Terminale</a>
<a href="projets_html.html">Projets réalisés en HTML</a>