diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-05 16:48:59 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-05 16:48:59 -0800 |
commit | 078cb01ee4664379c0dd579acc5ce7a90e1445f3 (patch) | |
tree | 2c97d4afe1aead405cccee00e1aa00b6f3664373 | |
parent | a8c0278fc98de892281906dff3552b134dfb6413 (diff) |
Set #quote styles
Set background color, font colors, sizes, and
styles for the #quote section.
-rw-r--r-- | styles.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -46,4 +46,18 @@ button { border: 4px solid #3882F6; width: 100px; height: 100px; +} + +#quote { + background-color: #E5E7EB; +} +#quote p { + font-size: 36px; + font-style: italic; + color: #1F2937; +} +#quote h3 { + font-size: 24px; + color: #1F2937; + font-weight: 900; }
\ No newline at end of file |