css或者css3要实现矩形图片变成梯形图片 怎么做?

如题所述

#trapezoid {
border-bottom: 100px solid red;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 100px;
}




请~~

温馨提示:内容为网友见解,仅供参考
第1个回答  2015-10-15
#trapezoid {
border-bottom: 100px solid red;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
height: 0;
width: 100px;
}


请采纳

本回答被网友采纳
第2个回答  推荐于2018-03-08
在网页代码的头部,加入一行viewport元标签。viewport是网页默认的宽度和高度,上面这本回答被网友采纳
相似回答