Back to borders Classes

border-black

Usage

<div class="border-black">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the border-black class:

<!-- Basic usage -->
<div class="border-black">Content</div>

<!-- With other classes -->
<div class="border-black p-4 bg-white">Content with padding and background</div>