1、图形
2、代码
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .d{ width:0px; height:100px; border-left:25px solid; border-top:25px solid transparent; border-bottom:25px solid transparent; } </style> </head> <body> <div class="d"></div> </body> </html>
标签:solid,梯形,设置,25px,border,transparent,CSS From: https://www.cnblogs.com/wwssgg/p/17921540.html