debut
This commit is contained in:
parent
79515637d9
commit
9f06dd3434
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user