CSS border properties - Part 2
Notes:
CSS border-top short hand property:
It is used to specify the top border thickness, style and color in a single line
Values: border-top-width border-top-style border-top-color;
CSS border-right short hand property:
It is used to specify the right border thickness, style and color in a single line
Values: border-right-width border-right-style border-right-color;
CSS border- bottom short hand property:
It is used to specify the bottom border thickness, style and color in a single line
Values: border- bottom -width border- bottom -style border- bottom -color;
CSS border-left short hand property:
It is used to specify the left border thickness, style and color in a single line
Values: border-left-width border-left-style border-left-color;
Interview Questions: