From 946de1a88c8c1993c36dc5e608b0577caf45213d Mon Sep 17 00:00:00 2001 From: abhibhat14 <50610568+abhibhat14@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:57:21 +0530 Subject: [PATCH] Update style.css --- app/public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/public/stylesheets/style.css b/app/public/stylesheets/style.css index 12cdd13..47b1daa 100755 --- a/app/public/stylesheets/style.css +++ b/app/public/stylesheets/style.css @@ -12,6 +12,12 @@ html { margin: 0 auto; box-shadow: 0 2px 30px #000; } +.btn:hover{ + cursor: pointer; + box-shadow: 0 0.4rem 1.4rem 0 rgba(86, 185, 235, 0.5); + transform: translateY(-0.1rem); + transition: transform 150ms; +} .content { position: relative; width: 960px;