From: Enju Aihara <9839590-EnjuAihara@users.noreply.gitlab.com> Date: Tue, 12 Jul 2022 15:31:43 +0000 (+0200) Subject: changed style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c386071017a3cfbe0ce2b5615e5cf4a3c9dc5828;p=fba.git changed style --- diff --git a/index.html b/index.html index 2e81835..d3a0137 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,25 @@ .info { margin-top: 25px; } + input[type="text"], input[type="submit"] { + padding: 5px; + border-radius: 5px; + color: white; + background: #445; + font-size: 16px; + } + + input[type="text"]:hover { + border-color: #f08; + } + + input[type="submit"] { + cursor: pointer; + } + + input[type="submit"]:hover { + border-color: #f08; + }