The border-style CSS property sets the line style for all four sides of an element's border
none : displays no border
dotted : displays a series of rounded of rounded dots
dashed : displays a series of short square-ended dashes or line segments
solid : displays a single, straight, solid line
double : displays two straight lines
groove : displays a border with a carved appearance
ridge : displays a border with an extruded appearance
inset : displays a border that makes the element appear embedded
outset : displays a border that makes the element appear embossed
Share βοΈ
Follow @code_hover
#css #border
none : displays no border
dotted : displays a series of rounded of rounded dots
dashed : displays a series of short square-ended dashes or line segments
solid : displays a single, straight, solid line
double : displays two straight lines
groove : displays a border with a carved appearance
ridge : displays a border with an extruded appearance
inset : displays a border that makes the element appear embedded
outset : displays a border that makes the element appear embossed
Share βοΈ
Follow @code_hover
#css #border