css學習之 border 設置

常用的邊框效果設置 , 更多的 border的屬性設置都在 http://www.w3schools.com/css/css_border.asp 有詳細介紹

none: Defines no border

dotted: Defines a dotted border

dashed: Defines a dashed border

solid: Defines a solid border

double: Defines two borders. The width of the two borders are the same as the border-width value

groove: Defines a 3D grooved border. The effect depends on the border-color value

ridge: Defines a 3D ridged border. The effect depends on the border-color value

inset: Defines a 3D inset border. The effect depends on the border-color value

outset: Defines a 3D outset border. The effect depends on the border-color value

原文自 : http://www.w3schools.com/css/css_border.asp

沒有留言: