From c386071017a3cfbe0ce2b5615e5cf4a3c9dc5828 Mon Sep 17 00:00:00 2001 From: Enju Aihara <9839590-EnjuAihara@users.noreply.gitlab.com> Date: Tue, 12 Jul 2022 17:31:43 +0200 Subject: [PATCH] changed style --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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; + } -- 2.39.5