diff options
-rw-r--r-- | styles.css | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ * { font-family: "Roboto", serif; +} + +#top { + background-color: #1F2937; + color: #F9FAF8; +} + +#top h1 { + font-size: 48px; + font-weight: 900; +} + +#top a, +#top h6 { + font-size: 18px; + color: #E5E7EB; +} + +#logo { + font-size: 24px; +} + +#hero img { + width: 400px; + height: 200px; +} + +button { + background-color: #3882F6; + color: #F9FAF8; }
\ No newline at end of file |