Thứ Ba, 7 tháng 5, 2013

CSS transform : translate(x,y)


transform:
myDIV
#myDIV
{
background-color:lightblue;
transform:translate(10px);
}


Chủ đề: