aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/scripts.js1
-rw-r--r--static/style.css42
2 files changed, 43 insertions, 0 deletions
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