Design comparison
Solution retrospective
I am most proud of the speed of completion as well as learning new skills such as using em and rem instead of pixels. I had a much easier time managing the github and deployment as well as creating the design.
What challenges did you encounter, and how did you overcome them?I encountered challenges working with the image sizing as well as layering all the elements on top of each other.
Community feedback
- @StroudyPosted about 2 months ago
Hello again, It is nice to see you taking the feedback I gave you and making changes, Fantastic effort on this! You’re really nailing it. Just a few things I noticed that could make it even better…
- On the last feedback I gave you, I mentioned about developers should avoid using pixels (
px
) because they are a fixed size and don't scale well on different devices. Instead, userem
orem
, which are relative units that adjust based on user settings, making your design more flexible, responsive, and accessible. For more information check out this, Why font-size must NEVER be in pixels or this video by Kevin Powell CSS em and rem explained.- Another great resource for px to rem converter.
Great job taking the time to learn! Your efforts are paying off, and I hope these insights guide you to even more success. Keep pushing forward, and remember, you’ve got this! Enjoy your coding adventures! 💪
Marked as helpful1@Marcod01Posted about 2 months agoHey @Stroudy thanks for the feedback just changed it from height: 450px; to height: 30em; weight: 330px; to weight: 20em;
1@StroudyPosted about 2 months ago@Marcod01, Nice! Also consider using
min
andmax
are better than using onlywidth
orheight
because they provide flexible, responsive control over an element’s size. They allow elements to grow or shrink within defined limits, ensuring the design adapts to different screen sizes without breaking, maintaining usability and visual consistency.Marked as helpful0 - On the last feedback I gave you, I mentioned about developers should avoid using pixels (
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