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
Add a border around an element.
.element {
border: 1px solid black;
}
Border styles.
Elements can also have an outline property, which is visible outside of the border, and doesn't take up space.