css 样式div 斜边

 

 css 样式div 斜边

 

 

css 样式div 斜边

 

 

.triangle{
    width: 0;
    height: 0;
    margin-left: 160px;
    border-bottom: 40px solid #0059DF;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-11-25
  • 2022-12-23
  • 2021-12-29
  • 2021-07-15
  • 2021-06-19
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2021-12-26
  • 2022-02-12
  • 2022-01-16
  • 2021-08-17
  • 2022-01-16
相关资源
相似解决方案