Create beautiful CSS borders with our easy-to-use generator. Customize all border properties and get ready-to-use CSS code.
Preview
The border
property is a shorthand for:
border: width style color;
Example: border: 1px solid black;
You can target individual sides with:
border-top
, border-right
, border-bottom
, border-left