Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I used movie references that I liked
What challenges did you encounter, and how did you overcome them?I did not encounter any specific problems
What specific areas of your project would you like help with?I'm open to anything. Thanks in advance.
Community feedback
- @mkborisPosted 3 months ago
Here are a few things to review,
- All content should be wrapped within landmarks. Wrap a
main
tag around the .container and afooter
for the attribution. - To improve the semantic meaning of these social media links, you should use the
a
(anchor) tag instead of thebutton
tag. Thea
tag is used for navigation to other pages, while thebutton
tag is designed for interactive actions like submitting forms or for events like toggling content. - Consider using a modern CSS reset at the start of the styles in every project. Like this one Modern CSS Reset. This will help reset a list of default browser styles.
0 - All content should be wrapped within landmarks. Wrap a
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