Thứ Ba, 7 tháng 5, 2013

CSS transform : scale(x,y)


transform:
myDIV
#myDIV
{
background-color:lightblue;
transform:scale(1.1);
}


Chủ đề: