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