clip_path

210 阅读1分钟

clip_path

这是一个正六边形

       .polygon-6 {
            clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
            width: 255px;
            height: 280px;
            overflow: hidden;
            background: #000;
        }

在线编辑网址:bennettfeely.com/clippy/