CSS border properties - Part 3

Notes:

CSS border-width property:
It is used to specify the thickness of the border of an html element
Values: Space separated list of values (1, 2, 3 and 4)

CSS border-style property:
It is used to specify the style of the border of an html element
Values: Space separated list of values (1, 2, 3 and 4)

CSS border-color property:
It is used to specify the color of the border of an html element
Values: Space separated list of values (1, 2, 3 and 4)

4: top right bottom left
3: top right & left bottom
2: top & bottom right & left
1: top & right & bottom & left

Interview Questions: