<button class="notif-btn" aria-label="Notifications">
<span class="icon">🔔</span>
<span class="badge">3</span>
</button>
Back to Snippets
Notification Badge CSS
Alert users to new activity with this notification badge. We position a small red dot over a bell icon using absolute positioning, yet it scales perfectly if the number of notifications increases.
337