1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 07:34:43 +02:00

feat: add footer

This commit is contained in:
Jonas Kuske
2019-05-31 00:36:55 +02:00
parent 033390881e
commit e7012d19c4
4 changed files with 19 additions and 1 deletions

View File

@@ -331,6 +331,12 @@
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<footer>
<br />
<br />
<a href="#">Back to top <span class="emoji"></span></a>
</footer>
<script
src="https://unpkg.com/clipboard-polyfill@2.8.0/build/clipboard-polyfill.promise.js"
defer

View File

@@ -31,6 +31,12 @@ html {
width: 35%;
}
body > footer {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
/* Used for (Links / ProductHunt) and (Installation / Copy-Button) rows */
.row {
display: flex;