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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -