diff options
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: '> '; } |