diff --git a/css/custom.css b/css/custom.css index 2a2bb42..24a6282 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,7 @@ -/** ADD YOUR AWESOME CODES HERE **/ \ No newline at end of file +/** ADD YOUR AWESOME CODES HERE **/ +div.col-md-4:hover{ + transform: scale(1.2); + transition-delay: 2ms; + transition-duration:0.5s; + transition-timing-function: ease-in-out; + }