added example structure for json download and calendar visualization functions
This commit is contained in:
27
css/style.css
Normal file
27
css/style.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user