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> <body>
<header> <header>
<h1>Clermont Auto-Locations</h1> <div id="Head">
<center>
<img src="images/logo_autoloc.png" width="200px">
</center>
</div>
</header> </header>
<nav> <nav>
@ -103,7 +107,8 @@
longtemps.</p> longtemps.</p>
<figure> <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> </figcaption>
<table id="swot"> <table id="swot">
<tr> <tr>
@ -361,7 +366,12 @@
<!-- En bas un lien vers le PDF ? --> <!-- En bas un lien vers le PDF ? -->
</div> </div>
<footer></footer> <footer>
<br>
<p>
Fait par Mathieu GROUSSEAU, Mathis MOULIN, Cléo EIRAS et Mathis DELAGE
</p>
</footer>
</body> </body>
</html> </html>

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