HTML:
<h1>{ Hello World }</h1>
CSS
h1 {
display:inline-block;
width:400px;
height:150px;
text-align:center;
background:url("http://placehold.it/400x200") 0 0 no-repeat;
padding-top:50px;
margin:0;
}
solved How to put a text heading [closed]