5 changed files with 22 additions and 4 deletions
@ -1 +1,3 @@
|
||||
<p>three-home works!</p> |
||||
<div class="content"> |
||||
<canvas id="center"></canvas> |
||||
</div> |
@ -0,0 +1,7 @@
|
||||
.content{ |
||||
width: 100%; |
||||
height: 100%; |
||||
overflow: hidden; |
||||
position: relative; |
||||
canvas{ width: 100%; height: 100%; border: none; outline: none; } |
||||
} |
Loading…
Reference in new issue