Design comparison
Solution retrospective
Hello,
This is my first Frontend Mentor Challenge, so any feedback would be appreciate :)
Thanks
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Thibault! π
Congratulations on completing your first Frontend Mentor challenge! π Great work on this one! Your solution looks good and is responsive! π
I only suggest making sure the bottom background image always sticks to the bottom of the screen (even on larger screens), which you can easily do by adding
min-height: 100vh
to thebody
. πKeep coding (and happy coding, too)! π
1@thibault-barratPosted almost 4 years ago@ApplePieGiraffe You're right, I updated the code and it's better like this. Thank you :)
0 - @MasterDev333Posted almost 4 years ago
Congratulations @Thibault. Your solution is really crisp. Fully responsive and clean. You used BEM and I love it. One suggestion, you used 5 img tags to draw stars, but what if you want to draw 4.2 or 4.5? I suggest you to use background-image and background-repeat properties to draw stars and set width to show 4.5 or 4.2. Hope it helps. Happy coding~ :)
1@thibault-barratPosted almost 4 years ago@MasterDev333 Thank you ! Smart idea to use background-image to display stars. I modified the code accordingly.
0 - @guilhermek1Posted almost 4 years ago
Is there any way to do the same using only css flexbox? Or do I necessarily use sass in ordor to make this responsive?
0@thibault-barratPosted almost 4 years ago@guilhermek1 I actually used flexbox to make it responsive. Sass is only a CSS preprocessor, it helps to generate nice stylesheet but it doesn't really help to make a design responsive.
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