summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-02-05 16:28:52 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-02-05 16:28:52 -0800
commit602160e4735c03c8d50d6622fe8243c4fc5366a7 (patch)
tree9d5c47abc85c12d1a787e9a18a606794c18f49b4
parentc355ca5ef3f60af33aeb43c507fd3f5a1baa627f (diff)
Set font colors and sizes, and background for #top
Set font colors, sizes, and weights for various elements of the #top section, and set the background color
-rw-r--r--styles.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index c320099..9e20254 100644
--- a/styles.css
+++ b/styles.css
@@ -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