Posts

Showing posts with the label css border bottom property

Css Border bottom property

Image
       CSS Border Properties css Border property allows you to customize the borders around HTML elements . css border is a shorthand property to set individual border property values in a single place.  set a thickness or width, color and style of each border. The border-color specifies is the color of a border. border-style specifies  a border should solid-dashed line , double line , and one of the possible values. The border-width specifies  width a border.   There three border properties     The border-style-  Specifies whether  the border should solid, dashed line, double line, one of the other possible values. inset is a keyword to Border style and use to draw border around a box.   The border-color -  Specifies the color of a border. The border-color property set the color of a element four borders . This property use  from one to four value . If the border-color property has four value...