html练习

border-left:100px solid transparent;    左边框隐藏

transform:rotate(45deg);         div旋转45度

用css做一个三角形

html练习

html练习

<style type="text/css"> #a{ width:0px; height:0px; border-top:100px solid #00C; border-left:100px solid transparent; border-right:100px solid transparent;} </style> <body> <div id="a"></div> </body>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgwddj.html