From 5f31ceb7f2ea612f5fbba81c2a42a073cd83ce7e Mon Sep 17 00:00:00 2001 From: onezDerv Date: Tue, 8 Oct 2024 05:46:36 -0400 Subject: [PATCH] buttons on main page --- static/index.css | 14 +++++++++++++- static/index.html | 8 ++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/static/index.css b/static/index.css index dbd2560..4886e7c 100644 --- a/static/index.css +++ b/static/index.css @@ -32,7 +32,6 @@ p { } body { - user-select: none; -webkit-user-select: none; } @@ -56,6 +55,8 @@ body { height: 768px; /*image-rendering: pixelated;*/ background: rgb(63, 63, 71); + + display: block; } section#main { @@ -67,4 +68,15 @@ section#main { width: min(512px, 90vw); height: min(512px, 90vw); } +} + +.button { + background: rgb(44, 41, 53); + border-radius: 15px; + color: rgb(255,255,255); + display: inline-block; + text-decoration: none; + font-weight: bold; + margin: 10px; + padding: 10px; } \ No newline at end of file diff --git a/static/index.html b/static/index.html index 460e031..faf7761 100644 --- a/static/index.html +++ b/static/index.html @@ -11,10 +11,10 @@

UniButton

The left mouse button is the only input. No keyboard, moving the mouse, or anything else.

Click to launch... figure out the rest of the combos yourself.

-

Created by Onez. Join our Discord!

-
- + Created by Onez + Join our + Discord +