diff options
Diffstat (limited to 'styles.css')
-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 |