From 85623af72399d38739abad6b78554b888f20c01c Mon Sep 17 00:00:00 2001 From: Ariel Date: Thu, 12 Sep 2024 16:10:26 -0400 Subject: index and style push --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..2fc9aee --- /dev/null +++ b/style.css @@ -0,0 +1,11 @@ +body{ + font-size: 15; + font-family: 'Courier New', Courier, monospace; +} + +#Topbar { + color: white; + display: flex; + flex-direction: row; + background-color: black; +} \ No newline at end of file -- cgit v1.2.3