From fefe7774c5b75f8a1c8923a7c394e6f025223e5e Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 17 Apr 2022 15:42:22 -0230 Subject: server, navbar, style --- htdocs/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 htdocs/style.css (limited to 'htdocs/style.css') diff --git a/htdocs/style.css b/htdocs/style.css new file mode 100644 index 0000000..ae0ac35 --- /dev/null +++ b/htdocs/style.css @@ -0,0 +1,29 @@ +body { + margin-left: 0px; + margin-right: 0px; + margin-top: 0px; + + background-color: black; + color: white; + + font-family: sans-serif; +} + +/* Navbar */ +nav { + background-color: #4acaa4; + font-size: 1.6em; +} +nav a { + font-size: 0.7em; + color: white; + text-decoration: none; +} +nav p:first-child + a { font-weight: bold; } +nav a.this-section { font-style: italic; } +nav p { display: inline; } +nav p:first-child { margin-left: 0.1em; } +nav hr { + margin: 0px; + color: white; +} -- cgit v1.2.3