From dcb4e28e36ba25bdc4be12581e962f57cad1672c Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Mon, 27 Nov 2023 15:56:10 -0600 Subject: Added links section --- app.css | 12 ++++++++++-- index.html | 11 +++++++++-- 2 files changed, 19 insertions(+), 4 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 diff --git a/index.html b/index.html index 9cfa8fe..79cba73 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,16 @@

Nick Chopper

+

+ I do not know what this website will be long term. I am just developing this for experience and portential exposure to recruiters. +

- - +

Links

+

+ chess.com chess.com/member/tinwoodman92 +
+ GitHub github.com/TinWoodman92 +

\ No newline at end of file -- cgit v1.2.3