Design comparison
SolutionDesign
Community feedback
- @IzykGitPosted 4 months ago
Really great job on the SEO for this project but make sure you wrap everything inside of a <main> element!
Also for your summary image, you can use
align-items: center;
to align everything along the X axis in your container.You can also change the image dynamically when something is clicked by using
document.getElementById(“imageId”).src = “your new image src url here”
.Keep up the good work :)
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