css梯形

120 阅读1分钟

这里是三角形 HTML

CSS .tt{ width: 0; height: 0; border: 100px solid transparent; border-bottom: 100px solid; } 这是梯形 .tt { width: 70px; height: 0; border: 100px solid transparent; border-bottom: 100px solid; }