CSS Border Generator

Create beautiful CSS borders with our easy-to-use generator. Customize all border properties and get ready-to-use CSS code.

Border Controls
Border Width
Border Style
Border Color
Border Radius
Preview

Preview

CSS Code

                    
About CSS Borders
Border Properties
  • border-width: Sets the width of the border.
  • border-style: Sets the style of the border (solid, dashed, etc.).
  • border-color: Sets the color of the border.
  • border-radius: Sets the radius of the border corners.
Border Shorthand

The border property is a shorthand for:

border: width style color;

Example: border: 1px solid black;

Individual Sides

You can target individual sides with:

  • border-top, border-right, border-bottom, border-left