Design comparison
SolutionDesign
Community feedback
- @MercySpecturesPosted 10 months ago
rewrite your CSS and try to make it look like the design. Use this to toggle images and text using keyboard buttons.
document.addEventListener("keydown", function(event){ if(event.key === "ArrowLeft"){ //your images and text changing code. } })
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