diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-28 13:39:34 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-28 13:39:34 -0400 |
| commit | ea5929c74a4e01bcbc776832b5597fceb5261a31 (patch) | |
| tree | 12c94e3eb8a97665212a8bbac4f090638c53f6ce /src/index.css | |
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..323fa50 --- /dev/null +++ b/src/index.css @@ -0,0 +1,34 @@ +html { + touch-action: manipulation; +} +body { + background: #000000; +} +html, body { + overflow: hidden; + margin: 0 !important; + padding: 0 !important; + height: 100%; + width: 100%; +} +canvas { + margin-right: auto; + margin-left: auto; + display: block; + position: absolute; + top: 0%; + left: 50%; + transform: translate(-50%, 0%); + color: #000000; +} +.centered { + margin-right: auto; + margin-left: auto; + display: block; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + text-align: center; + image-transform: pixelated; +} |
