From 7ef4bf603a1fe7a1c412780aa50dea8cf869c2a3 Mon Sep 17 00:00:00 2001
From: TinWoodman92
Date: Mon, 27 Nov 2023 16:12:57 -0600
Subject: renamed css file and changed links section to list
---
app.css | 15 ---------------
index.html | 15 +++++++++------
style.css | 19 +++++++++++++++++++
3 files changed, 28 insertions(+), 21 deletions(-)
delete mode 100644 app.css
create mode 100644 style.css
diff --git a/app.css b/app.css
deleted file mode 100644
index b389710..0000000
--- a/app.css
+++ /dev/null
@@ -1,15 +0,0 @@
-body {
- background-color: black;
-}
-
-h1 {
- color : magenta;
-}
-
-h2 {
- color : cyan;
-}
-
-p {
- color: lightgrey;
-}
\ No newline at end of file
diff --git a/index.html b/index.html
index 79cba73..67b3ffd 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
@@ -12,11 +12,14 @@
Links
-
- chess.com chess.com/member/tinwoodman92
-
- GitHub github.com/TinWoodman92
-
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..bfd6de5
--- /dev/null
+++ b/style.css
@@ -0,0 +1,19 @@
+body {
+ background-color: black;
+}
+
+h1 {
+ color : magenta;
+}
+
+h2 {
+ color : cyan;
+}
+
+p {
+ color: white;
+}
+
+li {
+ color: white;
+}
\ No newline at end of file
--
cgit v1.2.3