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 Using HTML and CSS

Adil Khursheedβ€’ 460

@adil-khursheed

Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

πŸ‘ΎHello Adil Khursheed, congratulations for your new solution!

To have more control over the background images, instead of using img use it on the body with background-image. See the changes I did to your code here:

body {
    width: 100vw;
    height: 100vh;
    position: relative;
    padding: 4.5rem 8rem;
    background-image: url(../bg-pattern-top-desktop.svg), url(../bg-pattern-bottom-desktop.svg);
    background-position: left -185px top -236px, right 10px bottom -300px;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
    background-size: contain, contain;
}

πŸ‘¨β€πŸ’» 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

0

Adil Khursheedβ€’ 460

@adil-khursheed

Posted

@correlucas Hello Lucas, Thank You for your help. I have made the necessary changes in my code according to your guidance.

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