2020年8月17日

css实现三角形

摘要: <style> /* 占据空间是正方形*/ .test { width: 0; height: 0; border: 50px solid transparent; border-top-color: aquamarine; } /* 不设置border-bottom */ .triangle{ w 阅读全文

posted @ 2020-08-17 10:51 lizitang 阅读(94) 评论(0) 推荐(0) 编辑

导航