Answers for "how to remove the underline of the anchor tag using the bootstrap"

0

bootstrap link remove underline

a:hover, /* OPTIONAL*/
a:visited,
a:focus
{text-decoration: none !important;}
Posted by: Guest on February-19-2021

Code answers related to "how to remove the underline of the anchor tag using the bootstrap"

Browse Popular Code Answers by Language