The border properties allow you to specify how the border of the box representing an element should look. There are three properties of a border you can change 

  • border-color specifies the color of a border.
  • border-style specifies whether a border should be solid, dashed line, double line, or one of the other possible values.
  •  border-width specifies the width of a border.

    The border-color Property : 
    The border-color property allows you to change the color of the border surrounding an element. You can individually change the color of the bottom, left, top and right sides of an element's border using the properties.
      • border-bottom-color changes the color of bottom border.
      • border-top-color changes the color of top border.
      • border-left-color changes the color of left border.
      • border-right-color changes the color of right border.


    The border-style Property : 

    The border-style property allows you to select one of the following styles of border.

    • none − No border. (Equivalent of border-width:0;)

    • solid − Border is a single solid line.

    • dotted − Border is a series of dots.

    • dashed − Border is a series of short lines.

    • double − Border is two solid lines.

    • groove − Border looks as though it is carved into the page.

    • ridge − Border looks the opposite of groove.

    • inset − Border makes the box look like it is embedded in the page.

    • outset − Border makes the box look like it is coming out of the canvas.

    • hidden − Same as none, except in terms of border-conflict resolution for table elements.

Example:


Output:

CSS Borders Example

This example is showing all borders in different colors.

This example is showing all borders in green color only.

This is a border with none width.

This is a solid border.

This is a dashed border.

This is a double border.

This is a groove border.

This is a ridge border.

This is a inset border.

This is a outset border.

This is a hidden border.

Do you Know?
Progamming is what actually means ?

What is software development ?

How we categorized software development in different manner.

C Programming
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle
We cover all the programming concepts in various programming languages, this tutorials are very help full for bigener as well as Experience developer, for the ease of understanding we categorized programming in different manner likewise.