I'm trying to figure out how to scale my div with text when a user hovers over a button, but I've tried various operators like >, ~, +, - with no success.
section {
background: #000;
color:#fff;
height: 1000px;
padding: 150px 0;
font-family: Roboto;
}
...
I want this div to scale...
<link href="(Bootstrap CDN)" rel="stylesheet"/>
Check out the JSFiddle here.