<button class="btn">
<span class="background">
Hello World
</span>
</button>
<!-- Our <button> now has a new child, .background. This span houses all of the cosmetic styles (background color, font stuff, etc).
When we mouse over the plain-jane button, it causes the child to peek out above. The button, however, is stationary. -->