Looking to simplify my page by reducing the number of divs, wondering if this "tile" could be achieved without using one.
Here's the example I have in mind:
<a href="mks.html" class="big-tile big-tile-1">
<h1>town<br>
library</h1>
</a>
I assume that the anchor tag would have a background: url(big-tile-1) set to top no-repeat; The big-tile itself will have fixed width and height. But I'm unsure how to style the h1 element. Any assistance would be greatly appreciated!