scss css六角形
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss css六角形相关的知识,希望对你有一定的参考价值。
.hex:before {
content: " ";
width: 0; height: 0;
border-bottom: 30px solid #6C6;
border-left: 52px solid transparent;
border-right: 52px solid transparent;
position: absolute;
top: -30px;
}
.hex {
margin-top: 30px;
width: 104px;
height: 60px;
background-color: #6C6;
position: relative;
}
.hex:after {
content: "";
width: 0;
position: absolute;
bottom: -30px;
border-top: 30px solid #6C6;
border-left: 52px solid transparent;
border-right: 52px solid transparent;
}
以上是关于scss css六角形的主要内容,如果未能解决你的问题,请参考以下文章
scss CSSで三角形
scss css三角形
scss 三角形CSS
scss 三角形CSS
使用 SCSS 创建具有动态方向的三角形
scss 三角形