Answers for "bootstrap class remove underline"

7

text-decoration:none; bootstrap

<a href="#" class="text-decoration-none">Non-underlined link</a>
Posted by: Guest on May-06-2020
2

bootstrap link no underline

<a href="#" class="text-decoration-none">
    <!-- That is all -->
</a>
Posted by: Guest on December-06-2020

Code answers related to "bootstrap class remove underline"

Browse Popular Code Answers by Language