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
Post a Comment