fopoter
This commit is contained in:
parent
dd52d190fa
commit
0cde11c160
3 changed files with 16 additions and 17 deletions
|
@ -75,7 +75,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<footer>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@ -110,9 +110,10 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
|
@ -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{
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue