added example structure for json download and calendar visualization functions

This commit is contained in:
Raphael Maenle
2020-02-24 23:06:22 +01:00
commit 8a1d8c6882
10 changed files with 611 additions and 0 deletions

27
css/style.css Normal file
View File

@ -0,0 +1,27 @@
html, body {
width: 100%;
height: 100%;
margin: 0;
overflow-y: hidden;
}
#container {
display: -webkit-flex;
-webkit-align-items: center;
width: 100%;
height: 100%
}
#canvas-layout {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
#canvas-content {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}