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