diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-05 20:01:53 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-05 20:01:53 -0800 |
commit | d9aa0457084e0ba71866100ea06c8b40cd3870f5 (patch) | |
tree | 208afbe7506dfce98ef69f4ef14f3e9c17bf4be6 | |
parent | 13bc691cc87d052443daf8a9a1866973fb81b99a (diff) |
Set footer style
Set background color, and font color and size for
footer section.
-rw-r--r-- | styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -79,4 +79,10 @@ button { } #call-to-action button { border: 2px solid white; +} + +footer { + background-color: #1F2937; + font-size: 18px; + color: #E5E7EB; }
\ No newline at end of file |