Bootstrap – Link


Bootstrap – Link



”;


This chapter discusses about the link utility classes that help in customizing the appearance and behavior of hyperlinks.

The .link utility classes make it more easier and consistent to style and control the behavior of links.


Link opacity

Opacity of the links can be changed using the .link-opacity-* class.

The * can hold values like 10, 25, 50, 75, 100.

Note: The change in the color”s opacity may lead to insufficient color contrast.

Let us see an example of the .link-opacity-* class: