
Design comparison
Solution retrospective
It was a great start to the challenges. I would like to try Grid next time instead of using Flexbox.
What challenges did you encounter, and how did you overcome them?I was kinda stuck on how to center the main component but managed to use flexbox to center it easily.
What specific areas of your project would you like help with?-
I used 100vh for the main height. Is there a better way for this?
-
I used px for texts and rem for the rest that needs sizes. Some say I also need to use rem, em for the text as well to support responsiveness. Any advice?
Community feedback
- @InnoEmmaPosted 2 months ago
I don't think you need flexbox to center I set margin to 0 auto and used a max-width The only thing i forget was using height as 100vh Overall you did a good job 👍
0
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