dashboard
repositories
filestore
activity
search
login
main
/
file-cms
Dateiverwaltung für die WebBox
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Text bearbeiten und speichern noch in arbeit
ulrich
2021-01-14
ebc1f371409171987dee6a782145189e25cc4d56
[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;
}