border
Anonymous contributor
Anonymous contributor3077 total contributions
Anonymous contributor
Published Jul 28, 2021Updated Sep 3, 2021
Contribute to Docs
Shorthand property that sets different properties for an elements border in a single declaration.
Syntax
border: <values>;
The border
property accepts one or more of the following properties as values:
border-style
(required)border-color
border-width
Example 1
Setting a div
elements border style to dashed.
div {/* <border-style> */border: dashed;}
Example 2
Setting an img
elements border to dotted, red and a width of 20px.
div {/* <border-width> | <border-style> | <border-color> */border: 20px dotted red;}
All contributors
- Anonymous contributorAnonymous contributor3077 total contributions
- asiqurr43 total contributions
- christian.dinh2481 total contributions
- Anonymous contributor
- asiqurr
- christian.dinh
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.