三角形
2023-08-24 本文已影响0人
此行欲上天
.triangle {
width: 0px;
height: 0px;
border: 10px solid transparent;
border-bottom-color: #f00;
}
<div class="triangle"></div>
.triangle {
width: 0px;
height: 0px;
border: 10px solid transparent;
border-bottom-color: #f00;
}
<div class="triangle"></div>