WebGL Build

This commit is contained in:
max
2021-01-24 17:29:54 +01:00
commit 9fb4dfda83
7 changed files with 49 additions and 0 deletions

2
TemplateData/style.css Normal file
View File

@ -0,0 +1,2 @@
.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: relative; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}