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

Brian Ndickersβ€’ 190

@ndickers

Desktop design screenshot for the Profile card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P
visualdennisβ€’ 8,375

@visualdenniss

Posted

Hey there,

nice work with the card, but it looks like some issues with bg images. You can solve that easily:

Remove position:absolute and instead add these to the body

  • background: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
  • background-color: #19a2ae;
  • background-repeat: no-repeat,no-repeat;
  • background-position: right 52vw bottom 35vh,left 48vw top 52vh;
  • min-height: 100vh;

Hope you find this feedback helpful!

Marked as helpful

0
Brian Ndickersβ€’ 190

@ndickers

Posted

Thank you. I'm checking on that

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