![]() |
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.
Primer CSS Alerts are alerts or flash messages to inform us about the status of the actions. The Full Width Flash is used to create the full-width alert message without the border and border-radius.
Primer CSS Alerts Full Width Flash Class:
Syntax:
<div class="flash flash-full"> Content </div>
Example 1: This example demonstrates the use of the Primer CSS Alerts Full Width Flash.
Output:
Example 2: This example demonstrates the use of the Primer CSS Alerts Full Width Flash with SVG icon.
Output:
Reference: https://primer.style/#full-width-flash