css绘制三角形
发表于: 2020-05-07 21:53:33
简介: 暂无~
<style>
#test {
width: 0;
height: 0;
border: 25px solid transparent;
border-bottom: 25px solid gray;
border-top: 0 solid transparent;
;
}
</style>
<div id='test'></div>
最后更新于:2021-02-16 21:08:14
欢迎评论留言~
0/400
支持markdownComments | 0 条留言
登录
按时间
按热度
目前还没有人留言~