Responsive layout with scss

Solution retrospective
How to implement the tooltip with dynamic content while hovering through the element , in vanilla JS ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mehemmed77
I think you mean that little brown tag bar.I also completed this challenge with Vanilla JS. Simply add events. 1.onmouseover show that tag bar; 2.onmouseleave hide that tag bar; By default you can make those tag bars "display:none;" this will make it completely disappear. and when hovering make them "display:block"
Marked as helpful
Join 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