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

Card using some Flexbox

Thiago Adomaitisβ€’ 195

@tadomaitis

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


How could I do the background without trial-and-error moving the images?

Other kind of feedback is welcome as always.

Community feedback

P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

Hi there, Thiago Adomaitis! πŸ‘‹

Well done on this challenge! πŸ‘ The profile card looks pretty good! πŸ™Œ

Like kyrylolvov mentioned, you can use CSS background images to add the SVG circles to this challenge. Using viewport units to position them will ensure that they remain in their place when the screen is resized. πŸ˜‰

Keep coding (and happy coding, too)! 😁

1
Kyrylo Lvovβ€’ 160

@kyrylolvov

Posted

Hey! πŸ˜„

Great job on this challenge! πŸ†

Here is how I placed those circles in my project:

body{ background: url(../images/bg-pattern-top.svg) top -600px left -300px no-repeat fixed, url(../images/bg-pattern-bottom.svg) bottom -600px right -200px no-repeat fixed; }

Good Luck and Happy New Year! πŸŽ„

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