Design comparison
Solution retrospective
This is challenge I actually finished a while ago but didnt get to upload it yet .:)
Community feedback
- @NourElDinEmadPosted over 1 year ago
- Try to divide the main content to three sections 2.Try to use flex box in mobile view it will help when use the grid at desktop view and align the rating boxs as required at the challenge
Marked as helpful0 - @ndickersPosted over 1 year ago
Nice trial but i've got some few remarks. First give your articles maximum-width, to prevent increase in width size as the screen size increases. Second, avoid naming your classes and ids as "#A, .B, #C", instead give them relative names such as "main-heading", so that some one can easily understand where specific class comes from. Third, format your code for easy readability. Lastly, as a frontend developer, you need to be keen to details, if the font-size is provided, use it. don't assign the size depending on how you view it. If the header and the section are aligned on the same axis as shown by the design, make sure you put them inside a div and give the div padding or margin to achieve the alignment. I hope you find this helpful. Happy coding
Marked as helpful0
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