1
0
Fork 0
This commit is contained in:
KEZEL BENOIT p1907091 2019-12-16 09:52:03 +01:00
parent dd52d190fa
commit 0cde11c160
3 changed files with 16 additions and 17 deletions

View file

@ -75,7 +75,7 @@
</div>
</div>
<div class="footer">
<footer>
<table>
<tbody>
<tr>
@ -110,9 +110,10 @@
</td>
</tr>
</table>
</div>
</footer>
</body>
</html>

View file

@ -348,39 +348,38 @@ div#slider figure {
}
/* FOOTER */
.footer {
footer {
background-color: #ddd;
width: 100%;
margin-top: 5%;
padding: 1vw;
}
.footer table{
footer table{
width: 100%;
}
.footer tr{
footer tr{
line-height: 10vh;
}
.footer th{
footer th{
text-align: left;
font-size: 40px;
border-bottom: 0.2vw solid grey;
}
.footer td{
footer td{
font-size: 30px;
color: grey;
}
.footer h1{
footer h1{
text-align: center;
font-size: 40px;
margin-bottom: 5vh;
}
.footer table#reseaux img{
footer table#reseaux img{
width: 20%;
display: block;
margin: auto;
@ -392,6 +391,7 @@ table#basket{
width: 100%;
border: 0.2vw solid rgb(0, 0, 0);
border-collapse: collapse;
}
table#basket th{
@ -402,7 +402,6 @@ table#basket th{
table#basket tr{
line-height: 5vh;
font-size: 20px;
}
table#basket td{

View file

@ -95,8 +95,7 @@
</form>
</div>
</div>
<div class="footer">
<footer>
<table>
<tbody>
<tr>
@ -131,8 +130,8 @@
</td>
</tr>
</table>
</div>
<footer>
</body>
</html>