Modifications pour le document Code test
sur 2021/11/25 18:55
sur 2021/11/25 18:53
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -8,7 +8,13 @@ 8 8 <title></title> 9 9 </head> 10 10 <body> 11 - <footer style="display: inline-block;width: 100%; margin: 0 auto; background-color:#0A4E8C ;position: sticky; bottom: 0px;border: 2px solid;"> 11 + <footer style="display: inline-block;width: 100%; margin: 0 auto; background-color:#0A4E8C ;position: sticky; bottom: 0px;border: solid;"> 12 + <div style="display: flex;border: 2px black solid;"> 13 + <p style="color: white;width: 25%;">CONTACT</p> 14 + <p style="color: white;width: 25%">LIEN</p> 15 + <p style="color: white;width: 25%">Branches</p> 16 + <p style="color: white;width: 25%">A PROPOS</p> 17 + </div> 12 12 </footer> 13 13 </body> 14 14 </html>