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