
Design comparison
Solution retrospective
the similarity between the result and the design
What challenges did you encounter, and how did you overcome them?mobile design, by using CSS units
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rahafsz
Congratulations on the finished project. I just noticed that small issue you made the container position absolute without position relative to the parent element, and you made the container the middle of the web page by using position the way it works but it isn't the best way for this condition instead of it use for body {height: 100vh; display: flex; justify-content: center; align-items: center;}
Marked as helpful
Join 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