From 8cdb8016dedf16caf1bf5ad0eeb9d8b13e00ca2a Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 7 Jun 2026 20:03:10 -0400 Subject: Update --- 2026/examples/teleia/index.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 2026/examples/teleia/index.css (limited to '2026/examples/teleia/index.css') diff --git a/2026/examples/teleia/index.css b/2026/examples/teleia/index.css new file mode 100644 index 0000000..15843fa --- /dev/null +++ b/2026/examples/teleia/index.css @@ -0,0 +1,41 @@ +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%); + font-size: 24px; + font-family: Ubuntu-Light, Helvetica, sans-serif; + text-align: center; + image-transform: pixelated; +} -- cgit v1.2.3