Results Summary Page using HTML CSS and BEM convention
Design comparison
Solution retrospective
After a hiatus of sorts from code, I decided to plunge in and do the challenges to ease my way back in. IT made me realize I had gaps in my understanding of Flexbox (especially properties of the children - like I needed to make sure the results and summary sections were of the same height after using flex - couldn't find a way to do that with flexbox, so I padded some padding till it appeared 'visually correct' which pretty much felt like 'forcing' the code, so I'll need to read up a little more on that. I'd appreciate some insight on this too for anyone who's found a concise way to work around it:)
I intend to repeat this challenge with ReactJS just to hone my skills and build projects as I am learning React presently.
Thanks in advance :)
Community feedback
- @itushPosted over 1 year ago
Congratulations on completing the challenge! π
Your solution looks nice to me:)
It is important to correctly understand flexbox / grid to render HTML elements as per the requirement. I struggled in my initial projects, since I didn't understand it correctly.
- I remember when I started out, I made countless mistakes and spent long hours searching for solutions. But hey, you don't need to go through the same struggles! π To help you shorten the learning curve, I recommend going through the following articles. They contain valuable insights that can make your journey smoother:
ππ 12 important CSS topics where I discuss about css position, z-index, box-model, flexbox, grid, media queries, mobile-first workflow, best practices etc. in a simple way.
ππ 11 important HTML topics
I hope you find these resources helpful in your coding adventures! π€
I'm eagerly looking forward to seeing the amazing projects you'll create in the future! ππ»
Keep up the fantastic work and happy hacking! πͺβ¨
0@samoinaPosted over 1 year ago@itush thanks for this resources. I'm checking them out esp for the Flexbox bit.
1 - @BregueNicePosted over 1 year ago
congratz pal!! they are really good! try to use linear-gradient() to put the color on the left background!! https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient
0@samoinaPosted over 1 year ago@BregueNice thank you, i am not sure how I left this out! But i appreciate it.
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