Added footer
This commit is contained in:
parent
8e2e705a65
commit
c6c4883fc9
3 changed files with 27 additions and 0 deletions
|
@ -116,5 +116,11 @@
|
|||
<li>Accordéon (membre d'un groupe d'accordéonistes, 2006-2016)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>Website by edpibu - 2021</p>
|
||||
<p>Inspired by IBM Carbon Design System</p>
|
||||
<p>Icons and Pictograms from IBM Carbon Design System</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -68,5 +68,11 @@
|
|||
<img class="svg" src="/static/icon/music.svg" alt="" />
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<footer>
|
||||
<p>Website by edpibu - 2021</p>
|
||||
<p>Inspired by IBM Carbon Design System</p>
|
||||
<p>Icons and Pictograms from IBM Carbon Design System</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -117,3 +117,18 @@ sup {
|
|||
vertical-align: top;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: -24px;
|
||||
margin-top: 24px;
|
||||
padding: 24px 48px;
|
||||
|
||||
font-size: .875rem;
|
||||
line-height: 1.125rem;
|
||||
font-weight: 400;
|
||||
background: #262626;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Reference in a new issue