Border style
Utilities for controlling the style of an element's borders
Class reference
Usage
Use .border-{style}
to control an element’s border style.
Responsive
To control the border style of an element at a specific breakpoint, add a {screen}:
prefix to any existing border style utility. For example, use md:border-dotted
to apply the border-dotted
utility at only medium screen sizes and above.
<div class="border-solid **md:border-dotted** ..."></div>
For more information about Elements’ responsive design features, check out the Responsive Design documentation.
On this Page
v1.13.5