Social Proof Section With CSS Grid and Flexbox
Design comparison
Solution retrospective
I just need feedback.
Community feedback
- @Miran-FirdausiPosted almost 4 years ago
- There are no Background Images in your page.
- Your code on Github is private so I can not see your code.
- Dimension of the objects are little different.
- Also Your Page is Not Mobile-friendly.
There were few Background Images given in the images folder, check that out and add both images in the background: One of the method is using CSS to add multiple images in the background by separating URL's by commas(,).
eg:
body {background-image: url('images/filename.svg'), url('images/filename.svg') and add the remaining attributes to make it more accurate.}
You also have to write the attribute for both of the images separated by commas.
You can make the repository of your Github to public (if you wish)so that others can see your code and suggest you.
The margins and padding are more than required.
By the way rest of your code looks Perfect.
Happy Coding.
1
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