commit | author | age | ||
fb4538 | 1 | |
UH | 2 | html, body { |
3 | height: 100%; | |
4 | } | |
5 | ||
6 | #inhalt { | |
7 | height: 100%; | |
8 | display: flex; | |
9 | flex-flow: column; | |
10 | background-color: lightgrey; | |
11 | } | |
12 | ||
13 | #spalten { | |
14 | height: 100%; | |
15 | display: flex; | |
16 | flex-flow: row; | |
17 | } |