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>