add footer and style home

This commit is contained in:
isUnknown 2024-01-26 11:03:42 +01:00
parent 1d135a1b7d
commit 61c1067f22
14 changed files with 364 additions and 447 deletions

View file

@ -1,6 +1,22 @@
<footer>
<ul id="links">
<li>à propos</li>
<footer id="main-footer" class="| width padding left right bottom top" style="
--width:18;
--left:1;
--right:1;
--bottom:1;
--top:1;
">
<ul id="links" class="| flex full-width" style="
--content: center;
--gap: 1;
">
<li>
<a href="#">
à propos
</a>
</li>
<li>
<a href="#">s'abonner</a>
</li>
</ul>
</footer>
</body>