From bdf5b23457c54269e2ea667c37c8e36772ed6d8f Mon Sep 17 00:00:00 2001 From: Amil Ali Date: Tue, 20 Jun 2023 00:14:37 +0530 Subject: [PATCH] Updated style added hover effect on button --- javascriptQuiz/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/javascriptQuiz/style.css b/javascriptQuiz/style.css index 41f2242..8a20f60 100644 --- a/javascriptQuiz/style.css +++ b/javascriptQuiz/style.css @@ -80,6 +80,8 @@ button { background: #ffff; padding: 1.3rem; width: 100%; + transition: background 0.5s; + transition-timing-function: ease-in-out; } button:hover { @@ -91,3 +93,12 @@ button:focus { background-color: rgb(223, 227, 227); color: black; } + +/* @media (min-width: 768px){ + +} */ +input[type="radio"]{ + height: 1.2rem; + width: 1.2rem; + margin-right: 0.5rem; +}