working on stretchable tiles

This commit is contained in:
Stephan Richter
2020-09-14 01:41:01 +02:00
parent 44abb92ed5
commit 10837473ce
10 changed files with 146 additions and 11 deletions

View File

@@ -6,8 +6,13 @@ html{
height: 100%;
}
body{
min-height: 100%;
background: #c6dbd2;
min-height: 100%;
}
#plan{
background: #c6dbd2;
height: 100%;
width: 100%;
}
.tile{