Border Properties in CSS
Border Properties :
Border-color : Applying color to border.
Border-width : width of the border.
Border-style: style os the border(solid,dotted,dashed,inset,outset,groove)
Short form of the border :
Border : width style color;
Border-left : Applying the border on the left side only.
Border-right : Applying the border on right side.
Border-top : Applying the border on top.
Border-bottom : Applying the border on bottom.

No comments:
Post a Comment