Answers for "how we can give only top border in bootstrap 5"

5

border bottom class in bootstrap 4

<span class="border"></span>
<span class="border-top"></span>
<span class="border-right"></span>
<span class="border-bottom"></span>
<span class="border-left"></span>
Posted by: Guest on June-12-2020
0

how to add a border under div bootstrap

<div class="border-bottom"></div>
Posted by: Guest on October-22-2021

Code answers related to "how we can give only top border in bootstrap 5"

Browse Popular Code Answers by Language