Dateiverwaltung für die WebBox
ulrich
2017-02-25 957b51e11ef0f1929fba793cf250763be0a30417
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;
}