码迷,mamicode.com
首页 > 其他好文 > 详细

div去掉一个角变一个5边型

时间:2020-07-13 12:01:26      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:div   style   port   initial   lazy   http   set   com   cli   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<style>
    .container{
        width: 150px;
        height: 100px;
        background: blueviolet;
        clip-path: polygon(25px 0,100% 0,100% 100%,0 100%,0 25px);
    }

</style>

<body>
    <div class="container">

    </div>
</body>
</html>

技术图片

 

 

  

div去掉一个角变一个5边型

标签:div   style   port   initial   lazy   http   set   com   cli   

原文地址:https://www.cnblogs.com/lmp5023/p/13291981.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!