diff --git a/packages/site/index.html b/packages/site/index.html index 79543fa..b7643c3 100644 --- a/packages/site/index.html +++ b/packages/site/index.html @@ -30,10 +30,10 @@ >
+
-
icons by Aaron Weiss / diff --git a/packages/site/style.css b/packages/site/style.css index 11d81d7..b66099e 100644 --- a/packages/site/style.css +++ b/packages/site/style.css @@ -51,7 +51,24 @@ body { .example { display: flex; - justify-content: center; + flex-direction: column; + align-items: center; + gap: 25px; +} + +.textbox { + border: none; + background-color: #111; + padding: 5px; + border-radius: 10px; + color: grey; + font-family: monospace; + font-size: 20px; + text-align: center; +} + +.textbox:focus { + outline: 2px solid var(--color-link-dark-hover); } .bottom {