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