裁剪各种形状可以使用 clip-path 属性来创建各种有趣的视觉效果,例如将元素剪裁成自定义形状,如三角形或六边形。div {  height: 150px;  width: 150px;  background-color: crimson;}

#每天一个知识点#
展开
评论