Design comparison
SolutionDesign
Community feedback
- @RiccardocodePosted over 1 year ago
Hi, great solution! I love the animation you have added for the notification!!
I've notice that the red dot for new notification is missing, here is how I implemented it if it can be helpful for you! Happy coding! HTML: <span class="dot"></span> CSS: .dot { height: 8px; width: 8px; background-color:var(--notification-dot); border-radius: 50%; margin-left: 10px; display: inline-block; }
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord