CSS 属性:
transform:

结果:
myDIV
CSS 代码:
#myDIV {
background-color:lightblue;
transform:skew(10deg,10deg));
}
单击上面的属性值可查看结果
W3Schools.cn - 测试工具