Design comparison
SolutionDesign
Solution retrospective
I did struggle with the box shadow so it's not as accurate, if anyone can give any feedback that would be appreciated!!
Community feedback
- @bccpadgePosted about 1 year ago
Hello @delabahmani. Congratulations on completing this challenge!!!๐
Your solution great and have few tips to improve your solution below.
- Every website should have at least one landmark like
main
tag.
<body> <main> /*All your content goes here*/ </main> <footer></footer> </body>
More info๐:
The code below shouldn't be wrapped in
a
tag and every website should haveh1
<a href="#">Equilibrium #3429</a>
More info๐:
Hope you find this useful and don't hesitate to reach out to me if you have any questions
Marked as helpful3 - Every website should have at least one landmark like
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