How can I make my <div>
elements grow (以及 the content changes text size to a higher one), when hovered over? I put them in a class 以及 tried:
size: 150%;
以及
height: +30px;
width: +30px;
the first try didn t work at all, 以及 the second code just made the div s flash 以及 dissappear partially.