diff options
author | Noah <mounderfod@gmail.com> | 2023-07-29 14:59:43 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-07-29 14:59:43 +0000 |
commit | 7101844cbb888ddfc061a7d14561ce200f1bd54c (patch) | |
tree | c568542d7d9c6ca06155b6933ea551bfb478b883 /assets | |
parent | f2ddc1dc3734d72ce376c41e48e4e70d51276487 (diff) | |
download | website-7101844cbb888ddfc061a7d14561ce200f1bd54c.tar.gz |
Add footer
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index de21004..6c9ba66 100644 --- a/assets/index.css +++ b/assets/index.css @@ -14,6 +14,12 @@ html { } } +footer { + width: 100%; + background-color: black; + margin-bottom: 5%; +} + h2 > a::before { content: '> '; } |