diff --git a/dist/index.html b/dist/index.html index 35def01..c7d97f5 100644 --- a/dist/index.html +++ b/dist/index.html @@ -13,15 +13,21 @@ text-align: center; } + canvas { + position: relative; + top: calc(50% - 384px); + } + * { margin: 0px; padding: 0px; border: 0px; + background: #223; }
- +