Dateiverwaltung für die WebBox
ulrich
2020-06-17 4b5c8e671b8e425f91532fa6843ef6424d952912
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;
}