Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social proof page with Grid and Flexbox

#bem

@jaycgreenwald

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


  1. Would it be better if I had used a header tag for the title section?
  2. I converted almost all my px values to rem. Overkill or good job?
  3. When I change screen width, the background "moves" relative to the page content. Is this okay? Or should they stay in the same place relative to the content?
  4. To test my changes, I take screenshots of the page then reduce the opacity and lay them over top the design images to evaluate how they match up. (I do this in Illustrator.) Is there a better way to test changes?
  5. Anything else you can share with me. Thanks!

Community feedback

@GrzywN

Posted

Great job!

  1. You can use header tag, it's more about how you see your site than something being correct or not correct. If you see your project being section for some other page you can wrap everything into main tag as you did. If you see your project as a whole website, you can use header instead.
  2. Great job, as you did, you should use rem units all the time. Sometimes pixels are converted to rem with precision loss, so be careful. You can use VS Code extension to alternate between px and rems with one keyboard shortcut.
  3. I think it looks great, you can take a look at other solutions to see how others handled this thing.
  4. To match the design with your project:
  • you can set your background to design image
  • you can use DiffChecker website
  • you can use PerfectPixel extension for Google Chrome

Hope this helps! Keep coding and have a nice day!

Marked as helpful

2

@jaycgreenwald

Posted

@GrzywN Many thanks for your detailed answers to all of my questions. The VS Code suggestion is amazing. (I'm currently finding the value in pixels then doing the math to convert to rem.) I'm excited to try out the tools you suggested for comparing my work to the design images. Thank you again and cheers!

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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