From ed1ad8ef862b5ec30263d995c8eb12e994490e52 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Mon, 27 Nov 2023 15:06:38 -0600 Subject: Initial Commit --- app.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.css (limited to 'app.css') diff --git a/app.css b/app.css new file mode 100644 index 0000000..02aadcf --- /dev/null +++ b/app.css @@ -0,0 +1,7 @@ +h1 { + color : magenta; +} + +body { + background-color: black; +} \ No newline at end of file -- cgit v1.2.3