border-r-teal-700
The class border-r-teal-700 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-r-teal-700.
The above code produces the following result:
Resulting CSS
border-right-color: rgb(15 118 110);
Other border-color classes
- border-x-teal-700
 - border-y-teal-700
 - border-s-teal-700
 - border-e-teal-700
 - border-t-teal-700
 - border-r-teal-100
 - border-r-teal-200
 - border-r-teal-300
 - border-r-teal-400
 - border-r-teal-500
 - border-r-teal-600
 - border-r-teal-800
 - border-r-teal-900
 - border-b-teal-700
 - border-l-teal-700
 - border-x-teal-100
 - border-x-teal-200
 - border-x-teal-300
 - border-x-teal-400
 - border-x-teal-500
 
