Source: dist/css/library_boot.css, line 12865
2.2.2 Links States
This shows the look and feel of all the states of a text link, color, underline and decoration.
Source: dist/css/library_boot.css, line 12865
This shows the look and feel of all the states of a text link, color, underline and decoration.
<ul class="flex flex_column ul_none">
<li class="p_3"><a href="#random2">NORMAL: Donec non enim</a></li>
<li class="p_3"><a href="#random1" class="pseudo-class-hover">HOVER: Normal Donec non enim</a>
</li>
<li class="p_3"><a href="#random3" class="pseudo-class-visited">VISITED: Normal Donec non enim</a>
</li>
</ul>