From 0c340ff317a4fca9ba1fdd634113651226152511 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sun, 15 Dec 2024 23:34:40 +1100 Subject: [PATCH] jank testing --- index.html | 25 +++++++++++++++++++++++++ src/aria.css | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 index.html create mode 100644 src/aria.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..bd6380a --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + Aria + + +
+
+ +
+

This is a test

+

again

+
+
+
+ + diff --git a/src/aria.css b/src/aria.css new file mode 100644 index 0000000..972dfbd --- /dev/null +++ b/src/aria.css @@ -0,0 +1,32 @@ +html { + font-size: 100%; + line-height: 1.5; + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + } + +body { + background-color: black; + color: white; +} + +.container { + display: flex; + flex-direction: column; + background-color: #1f2d39; + + max-width: 756px; + + height: 500px; + + border-radius: 12px; +} + +.logo { + image-rendering: pixelated; + border-radius: 24px; +} + +.badge { + image-rendering: pixelated; +}