From da67f0dc54f5c7744824e0049aa6b6b054fca8ba Mon Sep 17 00:00:00 2001 From: zakarya Date: Wed, 15 Mar 2023 10:39:12 -0700 Subject: [PATCH] added username input on title screen --- css/title.css | 13 +++++++++++++ index.html | 10 +++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/css/title.css b/css/title.css index 5dbe1cc..5385802 100644 --- a/css/title.css +++ b/css/title.css @@ -49,4 +49,17 @@ button.play { button.play:hover { background-color: #20b13f; cursor: pointer; +} + +input.username { + font-family: Baloo2, sans-serif; + font-size: 200%; + border: none; + padding: 4px 16px; + margin: 18px; + border-radius: 12px; +} +input.username:focus { + border: none; + outline: none; } \ No newline at end of file diff --git a/index.html b/index.html index 597bae6..c00cfac 100644 --- a/index.html +++ b/index.html @@ -10,13 +10,21 @@

RUNIC

+