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} body{background-color: #dadbdd}
header {font-size: 23px; header {font-size: 23px;
background-color: #303232; background-color: #333;
width: auto; color: #fff;
height: 70px; padding: 10px 0;
display: flex;} text-align: center;
}
h1.Hello {font-size: 50px;}
header nav {margin-left: auto; header nav {margin-left: auto;
margin-right: auto; margin-right: auto;

View File

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