CSS border屬性相信也是大家經常用到的屬性,它可為網頁元素添加多種樣式的邊框效果,本頁面演示了CSS border邊框的所有Style樣式供大家參考,你可對照邊框效果及代碼選擇使用,每個邊框內的代碼就是對應的邊框樣式:
border-style: dotted;
border-style: dashed;
border-style: solid;
border-style: double;
border-style: groove;
border-style: ridge;
border-style: inset;
border-style: outset;