Added sandbox; Added example overview-page

This commit is contained in:
Christoph Oberhofer
2016-08-02 23:13:15 +02:00
parent aca7f015f0
commit 18a0ea67fc
21 changed files with 198 additions and 28 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

@@ -0,0 +1,20 @@
html {
font-family: 'Roboto', sans-serif;
}
.overlay__content {
position: relative;
}
.overlay__content video, .overlay__content canvas {
max-width: 100%;
}
.overlay__content canvas {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
max-width: 100%;
}