![]() |
VOOZH | about |
Primer CSS is a free and open-source CSS framework. It is built upon the systems that create the foundation of the basic style elements such as spacing, typography, and colour. Created with GitHubโs design system, it is highly reusable and flexible.
Primer CSS Links are used to decorate links in the webpage. Primer CSS has lots of customizations for the links. Links generally have default CSS but that can be customized with the Primer CSS link classes easily.
Primer CSS Links Types and classes:
Syntax: Create a text with a link as follows:
<a href="#" class="Link">...</a>Example 1: In the following example, we have some HTML paragraphs with links inside them.
Output:
Example 2: In the following example, we have links of different types like default, primary, secondary, muted, etc.
Output: