dashboard
repositories
filestore
activity
search
login
main
/
file-cms
Dateiverwaltung für die WebBox
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
aufgeraeumt
ulrich
2021-01-06
140525b81f5a4e907cb6f635ba45e646d3d0df5f
[file-cms.git]
/
web
/
proto
/
verworfen
/
flex-versuch-2.css
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;
}