Added footer

This commit is contained in:
Edgar P. Burkhart 2021-12-29 11:22:11 +01:00
parent 8e2e705a65
commit c6c4883fc9
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
3 changed files with 27 additions and 0 deletions

View File

@ -116,5 +116,11 @@
<li>Accordéon (membre d'un groupe d'accordéonistes, 2006-2016)</li> <li>Accordéon (membre d'un groupe d'accordéonistes, 2006-2016)</li>
</ul> </ul>
</div> </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> </body>
</html> </html>

View File

@ -68,5 +68,11 @@
<img class="svg" src="/static/icon/music.svg" alt="" /> <img class="svg" src="/static/icon/music.svg" alt="" />
</a> </a>
</nav> </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> </body>
</html> </html>

View File

@ -117,3 +117,18 @@ sup {
vertical-align: top; vertical-align: top;
line-height: 1em; 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;
}