Showing posts with label CSS-Border-Properties. Show all posts
Showing posts with label CSS-Border-Properties. Show all posts

border-left-color

Border-left-color of CSS.
  • border-left-color
  • Values: aqua | blue | gray | black | coral etc...
Example:
.classname{border-left-color : coral;}

border-left-style

Border-left-style of CSS.
  • border-left-style
  • Values: none | solid | double | groove | ridge | inset | outset | dotted | dashed
Example:

.classname{border-left-style : double;}

border-left-width

Border-left-width of CSS.
  • border-left-width
  • Values: thin | medium | thick
Example:

.classname{border-left-width : thick;}

border-left-color

Border-left-color of CSS.
  • border-left-color
  • Values: aqua | blue | gray | black etc...
Example:
.classname{border-left-color : gray;}

border-right-color

Border-right-color of CSS.
  • border-right-color
  • Values: aqua | blue | gray | black | coral etc...
Example:

.classname{border-right-color : gray;}

border-top-color

Border-top-color of CSS.
  • border-top-color
  • Values: aqua | blue | gray | black etc...
Example:
.classname{border-top-color : gray;}

border-bottom-style

Border-bottom-style of CSS.
  • border-bottom-style
  • Values: none | solid | double | groove | ridge | inset | outset | dotted | dashed
Example:
.classname{border-bottom-style : solid;}

border-bottom-color

Border-bottom-color of CSS.
  • border-bottom-color
  • Values: aqua | black | blue etc....
Example:
.classname{border-bottom-color : black;}

border-bottom-width

Border-bottom-width of CSS.
  • border-bottom-width
  • Values: thin | medium | thick
Example:
.classname{border-bottom-width : thin;}

border-color

Border color of CSS.

  • border-color
  • Values: aqua | black | blue etc...

Example:

.classname{border-color : aqua;}

border-style

Border style of CSS.

  • border-style
  • Values: none | solid | double | groove | ridge | inset | outset | dotted | dashed
Example:
.classname{border-style : solid;}

border-width

Border width of CSS.

  • border-width
  • Values : thick | medium | thin

Example:

.classname{border-width : thick;}