From 43ba613b9e1ea9dbf6f94361d43418c91c8c0785 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 28 Apr 2023 12:03:19 +0100 Subject: Finished insinuations, started on HTML and CSS --- static/scripts.js | 1 + static/style.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 static/scripts.js create mode 100644 static/style.css (limited to 'static') diff --git a/static/scripts.js b/static/scripts.js new file mode 100644 index 0000000..c6c3320 --- /dev/null +++ b/static/scripts.js @@ -0,0 +1 @@ +console.log("foo!") \ No newline at end of file diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..be2f299 --- /dev/null +++ b/static/style.css @@ -0,0 +1,42 @@ +body { + font-family: Helvetica, sans-serif; +} + +header { + font-size: large; + padding-left: 1%; + /* font-weight: bold; */ +} + +header p { + font-size: small; +} + +a { + color: black; + font-weight: bold; + padding-top: 1px; +} + +aside { + width: 15%; + padding-left: 15px; + margin-left: 15px; + float: right; + /* border-left-color: rgb(189, 189, 189); + border-left-width: 2px; + border-left-style: groove; */ +} + +#main_content { + padding-left: 2.5%; + padding-right: 2.5; +} + +footer { + padding-left: 10%; + padding-right: 10%; + padding-top: 50px; + font-size: xx-small; + justify-content: center; +} \ No newline at end of file -- cgit v1.2.3