📜  剪辑设置 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:44.199000             🧑  作者: Mango

代码示例2
width: 100%;
  height: 100%;
  background-color: blue;
  clip-path: polygon(35% 0, 70% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: 999;