更新时间:2022-12-02 23:55:34 阅读: 评论:0
边框border属性总结
留着这些属性⾃⼰以后⽅便看:
其中border-style的值是:
<html>
{border-style:dotted}
{border-style:dashed}
{border-style:solid}
{border-style:double}
{border-style:groove}
{border-style:ridge}
{border-style:int}
{border-style:outt}
实线
虚线
点状边框
双线
3D凹槽边框
3D垄状边框
3Dint边框
3Doutt边框