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 --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 style.css (limited to 'style.css') 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