diff options
author | bpeetz <me@b-peetz.de> | 2023-06-27 07:19:19 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-02-22 16:07:25 +0100 |
commit | ab46213fc6d6779d66c4dbb446e4412be935deb0 (patch) | |
tree | 82ac5c6398ce00cc7ae18008584bc0e4bc88479d /geschichte/stylesheet.css | |
parent | chore(License): Switch to creative commons CC-BY-SA 4.0 (diff) | |
download | b-peetz.de-ab46213fc6d6779d66c4dbb446e4412be935deb0.zip |
build(flake): Update
Diffstat (limited to 'geschichte/stylesheet.css')
-rw-r--r-- | geschichte/stylesheet.css | 18 |
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 */ |