2
0

added starting and ending points

This commit is contained in:
2018-05-10 23:12:39 +02:00
parent 3379fa8c92
commit b7a59c02ce
3 changed files with 27 additions and 17 deletions

View File

@@ -1,9 +1,10 @@
canvas {
.canvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}
ul {