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

Responsive social proof section using HTML, CSS FELXBOX, and CSS GRID

#accessibility

@Heph-zibah

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


Community, I need your help.

What I found difficult while building the project? I found it difficult to implement background images for each device(responsiveness). How do I put two images and background. Also, the favicon imahe, where am I to put it?

Which areas of my code am I unsure of? I am not so sure about the margins and padding.

Questions about best practices? While etsting the HTML markup, it mentioned something about a missing heading in the second section. Kindly look through and tell me what else I am missing.

Thank you.

Community feedback

@Jorahhh

Posted

Hey Abigail, to put two images in the backgroud, try with this:

Background-image: url(“top bg), url(“bottom bg”); Background- repeat: no repeat, no repeat; Background-position: left top, right bottom; Background-size: contain;

I did like this in my project, so I think it works 👌🏽

…and oh, good job!

Marked as helpful

0

@Heph-zibah

Posted

@Jorahhh Wow!

I'll definitely try this. You just made it all easy.

Thank you.

1

@shashreesamuel

Posted

Hey Heph-zibah, good job completing this challenge. Keep up the good work

Your solution looks great however I think your card needs some margin from the top using margin-top property

In terms of your accessibility issue simply wrap all your content between <main> tags.

The favicon image is already presetted in the starter file to display in the browser tab so no need to worry about implementing it

I hope this helps

Cheers Happy coding 👍

Marked as helpful

0

@Heph-zibah

Posted

@TheCoderGuru Margin-top it is then.

Alright. Thank you for the feedback. I do appreciate it.

0

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