HTML
<!DOCTYPE html>name="viewport" content="width=device-width, initial-scale=1"class="zoom"ZOOM OUT
CSS
* {box-sizing: border-box;}.zoom {padding: 50px;background-image: -webkit-linear-gradient(top,#e85b54 0,#b22520 100%);transition: transform .2s;width: 200px;height: 200px;margin: 0 auto;color:#fff;font-weight:600;}.zoom:hover {transform: scale(1.5);}
JavaScript