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

View file

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

View file

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