Thứ Ba, 7 tháng 5, 2013

CSS transform : translateY(y)


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


Chủ đề: