summary refs log tree commit diff stats
path: root/geschichte/stylesheet.scss
blob: c95801b6b79b9f29aac2d3b1a5419e15cc8901c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
    }
}