From ab46213fc6d6779d66c4dbb446e4412be935deb0 Mon Sep 17 00:00:00 2001 From: bpeetz Date: Tue, 27 Jun 2023 07:19:19 +0200 Subject: build(flake): Update --- geschichte/stylesheet.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 geschichte/stylesheet.css (limited to 'geschichte/stylesheet.css') 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 */ -- cgit 1.4.1