summaryrefslogtreecommitdiffstats
path: root/geschichte/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'geschichte/stylesheet.css')
-rw-r--r--geschichte/stylesheet.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/geschichte/stylesheet.css b/geschichte/stylesheet.css
new file mode 100644
index 0000000..79a6eb9
--- /dev/null
+++ b/geschichte/stylesheet.css
@@ -0,0 +1,18 @@
+div.introduction {
+ display: flex;
+ flex-wrap: wrap;
+ text-align: center; }
+ div.introduction p {
+ text-shadow: 8px 8px 8px #000000;
+ opacity: 100%; }
+ div.introduction div.top_right {
+ order: 1;
+ justify-content: flex-start; }
+ div.introduction div.center {
+ order: 2;
+ justify-content: center; }
+ div.introduction div.bottom_left {
+ order: 2;
+ justify-content: flex-end; }
+
+/*# sourceMappingURL=stylesheet.css.map */