Answers for "bootstrap 5 text decoration none"

7

text-decoration:none; bootstrap

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

bootstrap 5 text decoration none

<p class="text-decoration-underline">This text has a line underneath it.</p>
<p class="text-decoration-line-through">This text has a line going through it.</p>
<a href="#" class="text-decoration-none">This link has its text decoration removed</a>
Posted by: Guest on November-01-2021

Code answers related to "bootstrap 5 text decoration none"

Browse Popular Code Answers by Language