In my case i have text field. on hover i wanted to highlight text (or increase the font-size of the only text not text box.
what i have tried is, but this is increases text box also along with text. I know what i have done but I don't know how to do. I want to increase only text size not text field please help me.
Thanks in advance...
my code...
.chandru {
font-size: 0.5em;
position: absolute;
}
.chandru:hover {
font-size: 2.5em;
}
<input class="chandru" name="chandru" value="Hai hello">