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 Section Solution Using CSS Grid

Fahim Hossainβ€’ 290

@Mr-NotSoCreative

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


Hello Everyone! Here's my solution to the Social proof section challenge. I hope there's no mistake in my code. If you find any mistakes please feel free to correct my mistakes. Thank you!!! 😊

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

πŸ‘ΎHello Fahim hossain, congratulations for your new solution!

Your solution its fine, I don't find any issue there, but you still can improve it, like the html markup:

You can replace the <div> that wraps each card with <article> you can wrap the paragraph with the quote with the tag <blockquote> this way you'll wrap each block of element with the best tag in this situation. Pay attention that <div> is only a block element without meaning.

And giving each card its correct size --> max-width: 320px;

.card {
    max-width: 320px;
    background-color: var(--Very-Dark-Magenta);
    padding: 30px;
    color: white;
    border-radius: 10px;
}

πŸ‘¨β€πŸ’»Here's my solution for this challenge if you wants to see how I build it: https://www.frontendmentor.io/solutions/social-proof-section-pure-css-grid-custom-hover-states-KwSrl-Rjws

✌️ I hope this helps you and happy coding!

Marked as helpful

1

Fahim Hossainβ€’ 290

@Mr-NotSoCreative

Posted

@correlucas Thank you very much for reviewing my code πŸ‘

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