Centred Background Image
by the_voder
HTML
<div class="mydiv">
<p>Overlaid text</p>
</div>
CSS
.mydiv {
width: 100%;
background-color: #eee;
padding: 50px;
}
by the_voder
<div class="mydiv">
<p>Overlaid text</p>
</div>
.mydiv {
width: 100%;
background-color: #eee;
padding: 50px;
}