Borders

Add a border around an element.

.element {
  border: 1px solid black;
}

Border styles.

CSS 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