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.scss | |
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.scss')
-rw-r--r-- | geschichte/stylesheet.scss | 22 |
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; + } +} |