Modifications pour le document Code test
sur 2021/11/25 18:56
sur 2021/11/25 18:56
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,12 +1,11 @@ 1 1 2 2 {{html}} 3 -<!DOCTYPE html> 3 + <div style="display: flex;border: 2px black solid;"> 4 + <p style="color: white;width: 25%;">CONTACT</p> 5 + <p style="color: white;width: 25%">LIEN</p> 6 + <p style="color: white;width: 25%">Branches</p> 7 + <p style="color: white;width: 25%">A PROPOS</p> 8 + </div> 4 4 5 -<head> 6 - <meta charset="utf-8"> 7 -</head> 8 - <footer style="display: inline-block;width: 100%; margin: 0 auto; background-color:#0A4E8C ;position: sticky; bottom: 0px;border: 2px solid;"> 9 - </footer> 10 - 11 11 {{/html}} 12 12