# Borders

Layers can define border related properties in four different directions.

You can set all and top, left, right, and bottom directions separately.

# border

Define the border line.

# border-style

Define the style of the line. You can choose one of the styles below.

  • none
  • hidden
  • dotted
  • dashed
  • solid
  • double
  • groove
  • ridge
  • inset
  • outset

# border-color

Specifies the border color.

# border-width

Specifies the border width.

# border-radius

For radius, you can also specify the direction of all, top, right, left, and bottom.

Last Updated: 2020. 5. 21. 오전 12:42:00