Dateiverwaltung für die WebBox
ulrich
2017-02-20 a94216f68fe4d8f404587e209ca353e493f7abce
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;
}