1

I have a simple div (id="one") , when user hover it , I need the div to get bigger and the nested text as well. The idea is getting the feeling of looking through 'magnifying glass'.Can't use plugins, I don't know how to start... Is it possible ?

//css
.one{
height:100px;
width:100px;

}

//html
<div id="one">
Another one bites the dust
</div>
Damkulul
  • 1,406
  • 2
  • 25
  • 59

0 Answers0