Ajout bannière +footer + correction lisibilité html et css+ regle css

master
mathisdlg 2 years ago
parent 7bd360d3ae
commit d49de9dfae

@ -11,7 +11,11 @@
<body>
<header>
<h1>Clermont Auto-Locations</h1>
<div id="Head">
<center>
<img src="images/logo_autoloc.png" width="200px">
</center>
</div>
</header>
<nav>
@ -103,7 +107,8 @@
longtemps.</p>
<figure>
<figcaption>Un <abbr title="Strengths Weaknesses Opportinities Treats">SWOT</abbr> de notre entreprise :
<figcaption>
Un <abbr title="Strengths Weaknesses Opportinities Treats">SWOT</abbr> de notre entreprise :
</figcaption>
<table id="swot">
<tr>
@ -361,7 +366,12 @@
<!-- En bas un lien vers le PDF ? -->
</div>
<footer></footer>
<footer>
<br>
<p>
Fait par Mathieu GROUSSEAU, Mathis MOULIN, Cléo EIRAS et Mathis DELAGE
</p>
</footer>
</body>
</html>

@ -50,7 +50,6 @@ nav {
background-color: whitesmoke;
}
section {}
section>h2,
section>h3,
@ -104,4 +103,14 @@ section div p {
section>h6 {
right: 1rem;
}
}
#Head{
background-color: black;
width: 100%;
margin-bottom: 20px;
}
footer>p{
font-size: small;
}