![]() |
VOOZH | about |
Primer CSS is a free open-source CSS framework that is built upon a GitHub design system to provide support to the broad spectrum of GitHub websites. It creates 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 a highly reusable model.
Primer CSS General formatting provides the various ways to write the well-formatted code by using the proper elements with attributes, that enhance the overall readability of the code, along with improving the user experience that helps to enhance the interactivity in the website.
List of instruction for General formatting:
Example 1: In the below example, we will see the proper use of the <p> tag with attributes.
Output:
Example 2: This example describes the general formatting of the elements with attributes in Primer CSS.
Output:
Reference: https://primer.style/#general-formatting