aboutsummaryrefslogtreecommitdiff
path: root/org/css/front-page.css
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-24 07:54:48 -0600
committernathansmith <nathansmith@posteo.com>2025-05-24 07:54:48 -0600
commit97264f9fa10c49c4e058fe1f59bb75b04892bee1 (patch)
tree39547e39f9d29b35ec876fc3e90f945bd8a5258d /org/css/front-page.css
parent3eb71d3ef647a58114f0705f9ae1682036249679 (diff)
More better layout stuff
Diffstat (limited to 'org/css/front-page.css')
-rw-r--r--org/css/front-page.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/org/css/front-page.css b/org/css/front-page.css
new file mode 100644
index 0000000..581cca2
--- /dev/null
+++ b/org/css/front-page.css
@@ -0,0 +1,43 @@
+body {
+ background-color: #dcd1ba;
+}
+
+.shittyweb-header {
+ text-align: center;
+}
+
+.title {
+ display: none;
+}
+
+#content {
+ width: 65%;
+ margin: auto;
+ background-color: #bebebe;
+ border: 1px solid black;
+}
+
+table {
+ margin: auto;
+ border: none;
+}
+
+.outline-2 {
+ border: 1px dotted black;
+}
+
+#buttons {
+ display: none;
+}
+
+#outline-container-buttons {
+ text-align: center;
+}
+
+#postamble {
+ width: 25%;
+ background-color: #bebebe;
+ text-align: center;
+ margin: auto;
+}
+