Centred Background Image

by the_voder

HTML

<div class="mydiv">
    <p>Overlaid text</p>
</div>

CSS

.mydiv {
    width: 100%;
    background-color: #eee;
    padding: 50px;
    
}