summary refs log tree commit diff stats
path: root/geschichte/stylesheet.css
blob: 79a6eb9e123a3945c352d1891557180dd6d74645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 */