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

profile-card-component solution

Maxfield 30

@feri770

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


I'm having trouble with making the background image, any comment and/or suggestion will be much appreciated.

Community feedback

sohaib 50

@muffin50

Posted

Hi Maxfield ,You do a good work ! keep working about the background-image , I have a little advice i hope it can helps you.

You have to add these codes and remove background attachment and position

body {

background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern- 
bottom.svg) ;

background-repeat: no-repeat , no-repeat ;

background-position: right 45vw bottom 45vh, left 45vw top 45vh ; 

}

Marked as helpful

0

Maxfield 30

@feri770

Posted

@muffin50 Thank you sohaib, I will try this code right away.

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