add footer and style home
This commit is contained in:
parent
1d135a1b7d
commit
61c1067f22
14 changed files with 364 additions and 447 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue