Design comparison
SolutionDesign
Community feedback
- @neilk17Posted about 2 years ago
Hey Reymart,
congrats on completing this challenge you have done a great job especially with the share button.
Here's some other suggestions:
HTML issues:
- These are easy fixes such as using using
href
inside the<a>
tag instead of<a link=``>
- Adding an
alt
text in your images as a description for accessibility
Flexbox: You can effectively center your content using css flexbox, by putting the code in a container and using
display: flex; align-items: center; justify-content: center;
Hope this helps, and let me know if you have any other questions.
Marked as helpful0 - These are easy fixes such as using using
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