![]() |
VOOZH | about |
Primer CSS is a free open-source CSS framework that is built upon systems that create the foundation of the basic style elements such as spacing, typography, and color. This systematic method makes sure our patterns are steady and interoperable with every other. Its approach to CSS is influenced by Object-Oriented CSS principles, functional CSS, and BEM architecture. It is highly reusable and flexible. It is created with GitHubโs design system.
In this article, we will learn about Primer CSS Primary Links. Primer CSS Primary Links is used to turn the link color to blue only when you hover on it.
Primer CSS Primary Link class:
Syntax
<a class="Link--primary" href="#"> ... </a>
Example 1: Below example demonstrates the use of Primer CSS Primary link.
Output:
Example 2: Below example demonstrates the use of Primer CSS Primary link under the heading tag.
Output:
References: https://primer.style/#primary-link