mirror of
https://github.com/kognise/water.css.git
synced 2025-12-15 19:16:43 +01:00
feat: add footer
This commit is contained in:
parent
033390881e
commit
e7012d19c4
4 changed files with 19 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue