Hyperlink Sizes


A hyperlink (or simply link) is an interactive element that allows users to navigate from one location to another within a webpage, a different website, or a file. You can use the .hyperlink-* classes to links.


Link Sizes

Learn More [ font size is 18px]
Learn More [ font size is 16px]
Learn More [ font size is 14px]
Learn More [ font size is 12px]
<a class="hyperlink hyperlink-lg" href="#">Learn More</a>
<a class="hyperlink hyperlink-md" href="#">Learn More</a>
<a class="hyperlink hyperlink-sm" href="#">Learn More</a>
<a class="hyperlink hyperlink-xs" href="#">Learn More</a>