Dateiverwaltung für die WebBox
ulrich
2017-03-06 47e9d48f23fb2803f9c6cc80e48b2b3884d4841f
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;
}