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;