aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAriel <ariel@rit.edu>2024-09-12 16:10:26 -0400
committerAriel <ariel@rit.edu>2024-09-12 16:10:26 -0400
commit85623af72399d38739abad6b78554b888f20c01c (patch)
tree22bb211f7a0e2ce350fba322d92638c720b6c265 /style.css
parent5efa38c92863a9c0fd5e37e148964d2d7062f97a (diff)
downloadbookmarks-home-85623af72399d38739abad6b78554b888f20c01c.tar.gz
bookmarks-home-85623af72399d38739abad6b78554b888f20c01c.tar.bz2
bookmarks-home-85623af72399d38739abad6b78554b888f20c01c.zip
index and style push
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
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