Utilities for border and outline properties.
Using rounded-[*]
, you can control the border radius of an element.
Using rounded-[side]-[*]
, you can round only one side of an element.
Using rounded-[side]-[corner]-[*]
, you can round only one corner of an element.
Using border-[*]
, you can control the width of an element's borders.
Using border-[side]-[*]
, you can set the border width for one side of an element.
Using border-s-[*]
, you can control the style of an element's borders.
Using border-[side]-s-[*]
, you can set the border style for one side of an element.
Using outline-[*]
, you can control the width of an element's outline.
Using outline-s-[*]
, you can control the style of an element's borders.
Using outline-o-[*]
, you can control the offset of an element's outline.