在css中使用边框做三角形
时间:2021-08-03 22:41:12
收藏:0
阅读:47
1 .header_c .hea-top span{ 2 display: inline-block; 3 width: 0; 4 height: 0; 5 border: 8px solid transparent; 6 border-top-color: #333; 7 /* 在位置上的小偏差移动 */ 8 position: relative; 9 top: 5px; 10 }
原文:https://www.cnblogs.com/musong-out/p/15096304.html
评论(0)