美文网首页
0.5px 细边框

0.5px 细边框

作者: 釠觋 | 来源:发表于2020-06-15 15:36 被阅读0次
.thin-border{
        position: relative;
        width:200px;
        height:100px;
}
.thin-border:after{
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: #39BB97;
        width: 100%;
        height:1px;
        transform: scaleY(0.5);
        transform-origin: 0 0;
}

相关文章

网友评论

      本文标题:0.5px 细边框

      本文链接:https://www.haomeiwen.com/subject/aythxktx.html