summaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-11-27 15:56:10 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-11-27 15:56:10 -0600
commitdcb4e28e36ba25bdc4be12581e962f57cad1672c (patch)
treeb5b4d2bbe8c8d12161bacf1afe12f31b90ce5623 /app.css
parenteaf6cea63b30127f418798afaba834aaba33874d (diff)
Added links section
Diffstat (limited to 'app.css')
-rw-r--r--app.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/app.css b/app.css
index 02aadcf..8a1dd55 100644
--- a/app.css
+++ b/app.css
@@ -1,7 +1,15 @@
+body {
+ background-color: black;
+}
+
h1 {
color : magenta;
}
-body {
- background-color: black;
+h2 {
+ color : cyan;
+}
+
+p {
+ color: white;
} \ No newline at end of file