diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 10:35:49 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 10:35:49 +0000 |
commit | c4a053584206906ac370e8fa4077712639c698af (patch) | |
tree | b413d511d0afae246d1ff2137ea73113f5fa6349 /style.css | |
parent | 8264d54b10a0435241e531b8f6a7c5278eb80958 (diff) |
Adds copywright and footer
Diffstat (limited to '')
-rw-r--r-- | style.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -28,7 +28,6 @@ h2 { font-size: 1.8rem; } - .container { max-width: 87%; margin: 0 auto; @@ -193,3 +192,15 @@ header { font-weight: bold; color: #657c76; } + +.footer { + margin-left: auto; + margin-right: auto; + margin-bottom: 10px; + color: darkgray; + font-size: 0.8rem; + text-align: center; +} +.footer > p { + padding: 5px; +} |