Responsive profile card using HTML, CSS flexbox and Javascript

Please log in to post a comment
Log in with GitHubCommunity feedback
- @arcueid-x
I noticed that you used JavaScript for interactive rendering, but there's an issue where the green color added by a click only disappears after clicking again. Maybe we can remove the previously added green color before rendering the next one each time we click. Maybe we can use
mouseover
ormouseenter
for rendering when the mouse hovers, instead of usingclick
.
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