border-orange-900
The class border-orange-900 is a Tailwind CSS class, part of the border color classes in the category borders.
Example usage
The following code is an example on how to use the class border-orange-900.
The above code produces the following result:
Resulting CSS
border-color: rgb(124 45 18);
Other border-color classes
- border-x-orange-900
 - border-y-orange-900
 - border-s-orange-900
 - border-e-orange-900
 - border-t-orange-900
 - border-r-orange-900
 - border-b-orange-900
 - border-l-orange-900
 - border-orange-100
 - border-orange-200
 - border-orange-300
 - border-orange-400
 - border-orange-500
 - border-orange-600
 - border-orange-700
 - border-orange-800
 - border-orange-950
 - border-x-orange-100
 - border-x-orange-200
 - border-x-orange-300
 
