Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
- @rahafszPosted about 2 months ago
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 helpful1
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