猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
CSS3 画如下图形
请教一下CSS3怎么画出如下的tab,其中一个的样式即可
慕侠2389804
浏览 736
回答 2
2回答
天涯尽头无女友
.trapezoid-1 { height: 0; width: 100px; border-bottom: 100px solid #e5c3b2; border-left: 60px solid transparent; border-right: 60px solid transparent; }
0
0
0
繁星coding
*,div{margin:0;padding:0;} .demo{ width:100px; height:50px; border-top:1px solid black; margin:200px; position: relative; } .demo::before{ content: ""; width: 50px; height: 50px; border-left: 1px solid black; transform: rotate(45deg); position: absolute; top: 10px; left: -25px; } .demo::after{ content: ""; width: 50px; height: 50px; border-top: 1px solid black; transform: rotate(45deg); position: absolute; top: 10px; right: -25px; }html<div class="demo"></div>
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
相关分类
CSS3
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续