summary refs log tree commit diff stats
path: root/geschichte/stylesheet.scss
diff options
context:
space:
mode:
Diffstat (limited to 'geschichte/stylesheet.scss')
-rw-r--r--geschichte/stylesheet.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/geschichte/stylesheet.scss b/geschichte/stylesheet.scss
new file mode 100644
index 0000000..c95801b
--- /dev/null
+++ b/geschichte/stylesheet.scss
@@ -0,0 +1,22 @@
+div.introduction {
+    display: flex;
+    flex-wrap: wrap;
+    text-align: center;
+
+    p {
+      text-shadow: 8px 8px 8px #000000;
+      opacity: 100%;
+    }
+    div.top_right {
+        order: 1;
+        justify-content: flex-start;
+    }
+    div.center {
+        order: 2;
+        justify-content: center;
+    }
+    div.bottom_left {
+        order: 2;
+        justify-content: flex-end;
+    }
+}