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:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user