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