diff options
-rw-r--r-- | styles.css | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,6 @@ * { font-family: "Roboto", serif; + font-weight: 300; } #top { @@ -60,4 +61,22 @@ button { font-size: 24px; color: #1F2937; font-weight: 900; +} + +#bottom { + background-color: #FFFFFF; +} +#call-to-action { + background-color: #3882F6; +} +#call-to-action h3 { + font-size: 24px; + color: #F9FAF8; +} +#call-to-action h6 { + font-size: 18px; + color: #E5E7EB; +} +#call-to-action button { + border: 2px solid white; }
\ No newline at end of file |