From c9fc2ca532c5219a087924ece1e38be19c25f006 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 18 Jun 2026 16:15:46 -0400 Subject: Update --- 2026/examples/example_teleia/index.css | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 2026/examples/example_teleia/index.css (limited to '2026/examples/example_teleia/index.css') diff --git a/2026/examples/example_teleia/index.css b/2026/examples/example_teleia/index.css new file mode 100644 index 0000000..15843fa --- /dev/null +++ b/2026/examples/example_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