css - html style text over image -


i want put text on picture,

i need change text box size (so in same size of background picture)

i need able change text font, size, color.

thanks help

there many ways it,but simpler 1 give below

<div style="background-image:url('images.jpg'); ">     <h1 style="font-size:17px; color:yellow;">hello word</h1> </div> 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -