border-dotted
Tailwind CSS Border Style Class - Creates a dotted line border with small dots
Style Preview
Visual Example
border-dotted
Applied to this element
Style Information
Style Type:dotted
TailwindCSS Class:
border-dotted
CSS Property:
border-style: dotted;
Resulting CSS
.border-dotted {
border-style: dotted;
}
Usage Examples
Basic Usage
2px
border-2 border-dotted
4px
border-4 border-dotted
With Colors
Blue
border-2 border-blue-500 border-dotted
Red
border-4 border-red-500 border-dotted