Thursday, February 21, 2013

Transform Scale & Skew

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

}

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

}

#myDIV
{
background-color:lightblue;
transform:skewX(10deg));
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.