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 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'app.css') 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 -- cgit v1.2.3