Add a border around an element.
.element {
border: 1px solid black;
}Border styles.
Outline
Elements can also have an outline property, which is visible outside of the border, and doesn't take up space.
Level
Topics
Resources