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