Dateiverwaltung für die WebBox
ulrich
2018-04-01 92d86e5568b8313725ac709d28e32377eba890b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
html, body {
  height: 100%;
}
 
#inhalt {
  height: 100%;
  display: flex;
  flex-flow: column;
  background-color: lightgrey;
}
 
#spalten {
  height: 100%;
  display: flex;
  flex-flow: row;
}