<style>

#triangle-down {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}
</style>
<div id="triangle-down"></div>
 
 
 
.triangle {
    display: inline-block;
    width0;
    height0;
    line-height0;
    border20px solid transparent;
    border-top-color#000;
    border-bottom-width0;
}
 
div怎么在底部设计一个倒三角形

 

相关文章:

  • 2021-10-25
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-10-31
  • 2021-08-08
  • 2022-01-11
  • 2021-12-25
相关资源
相似解决方案