From b78f2e73be5854022c42ce9733639e228a4652a8 Mon Sep 17 00:00:00 2001 From: fi1na Date: Thu, 26 Oct 2023 19:59:12 +0530 Subject: [PATCH] changed the styling of Get started button --- E-Shopping/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/E-Shopping/style.css b/E-Shopping/style.css index 23b199d..7e05377 100644 --- a/E-Shopping/style.css +++ b/E-Shopping/style.css @@ -27,14 +27,15 @@ html { .btn { cursor: pointer; - border: .2rem solid rgba(0, 119, 255, 0.708); + border: .3rem solid rgba(131, 206, 224, 1); color: rgba(0, 119, 255, 0.708); background: none; - padding: .5rem 3rem; + padding: 1rem 3rem; margin-top: 1rem; position: relative; z-index: 0; font-size: 2rem; + border-radius: 1rem; } .btn::before { @@ -55,7 +56,7 @@ html { } .btn:hover { - color: #fff; + color: #5585b5; } .heading {