From c093e847d12e18d130c3167fc20418171ab216c4 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Mon, 15 Apr 2024 17:41:09 +0000 Subject: remove inline CSS style --- index.html | 6 +++--- minigolf.html | 4 ++-- style.css | 12 ++++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7eebe7c..64c74f6 100644 --- a/index.html +++ b/index.html @@ -93,7 +93,7 @@ -
+
Projects
    @@ -103,14 +103,14 @@
-
+
Interests
-
+
Other Stuff
    diff --git a/minigolf.html b/minigolf.html index 697af36..b788c81 100644 --- a/minigolf.html +++ b/minigolf.html @@ -62,7 +62,7 @@
-
+
Links
    @@ -74,7 +74,7 @@
-
+
diff --git a/style.css b/style.css index 63492fe..67613e9 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,18 @@ body { grid-template-columns: repeat(12, 1fr); } +.darkgroup { + background-color: #eee; + padding-top: 1px; + margin-top: 20px; + padding-bottom: 30px; +} + +.lightgroup { + margin-top: 20px; + padding-bottom: 30px; +} + #dhead { margin-top: 20px; } -- cgit v1.2.3