会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
where there is a will, there is a way!
博客园
首页
新随笔
联系
管理
订阅
2022年11月29日
css3 纯css实现绘制三角形、箭头效果
摘要: 在前端工作中遇到三角形或者需要箭头的样式,我们不仅可以利用图片来实现效果,还可以利用css来实现。 <div class="triangle"></div> 1、利用border来实现(1)向下三角形 .triangle{ width: 0; height: 0; border-width: 100
阅读全文
posted @ 2022-11-29 17:42 front-gl
阅读(585)
评论(0)
推荐(0)
公告