![]() |
VOOZH | about |
Bulma is a free, open-source CSS framework based on Flexbox. It is component-rich, compatible, and well documented. It is highly responsive in nature. It uses classes to implement its design.
The notification is a simple colored block that draws the attention of the user to something. It can be used as a pinned notification in the corner of the viewport. It supports the use of the delete element.
Bulma Notification Light Color Feature is used to add the light color versions to the notification element.
Bulma Notification Light Color Class:
Syntax:
<div class="notification is-primary is-light"> <button class="delete"></button> <!-- Notification content --> </div>
Example:
Output:
👁 ImageReference: https://bulma.io/documentation/elements/notification/#light-colors