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 --- index.html | 14 ++++++++------ style.css | 11 +++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index 4d05fbe..897ae36 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,17 @@ + + + + - TabTitle - -
+ Index Site +
- sowgro" + sowgro RIT -
- \ No newline at end of file + 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