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

Done the profile card but having problem in making background.

@mohit1607

Desktop design screenshot for the Profile card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hey community I have done pretty much I know but can you humble people help me with how to design that background in css

Community feedback

Cacti 390

@nottohave

Posted

Hey superset1607, nice work on completing the profile card challenge. I think I have found the solution to your background. In you CSS code, you should add another background, adjust background-position and let me know if it works.

/* Add your desired background color to the page. I used Yellow as a preference.*/
html {
    background-color: lightyellow; 
}

/* Add your circles and position them */
body {
  background-image: url(./Assets/images/bg-pattern-top.svg), **url(./Assets/images/bg-pattern-bottom.svg)** ;
   background-position: right 50vw bottom 40vh, left 50vw top 50vh;
   background-repeat: no-repeat;
}

Credits:

Let me know if this helps :)

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