Thứ Ba, 7 tháng 5, 2013

CSS transform : rotateZ(angle)


transform:
myDIV
#myDIV
{
background-color:#E8E8FF;
transform:rotateZ(10deg);
}


Chủ đề: