yiweiyihang
<!DOCTYPE html>
<html>
<body>
<style>
#triangle-up {
width: 0px;
height: 0px;
border: 100px solid transparent;
border-bottom: 100px solid red;
}
</style>
<div id="triangle-up"></div>
</body>
</html>

 

分类:

技术点:

相关文章:

  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2021-09-11
  • 2021-12-19
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2021-12-18
  • 2021-07-11
  • 2021-07-18
相关资源
相似解决方案