Link
Links can be styled by just using the a
HTML element. However, there are times where you may have text
that doesn't
behave like a link but should be styled to look like a link. For that, you can use the fizz-link
class.
Default
A regular linkHTML
<a href="#">A regular link</a>
Text Link
Link textHTML
<span class="fizz-link">Text that looks like a link.</span>