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

CMC59β€’ 25

@CMC59

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 don't know how to put the image background top and bottom. First try for me.

Community feedback

Spiros Kavourasβ€’ 30

@spirosdeveloping

Posted

.top-circle { position: absolute; right: 900px; height: 900px; bottom: 260px; }

.down-circle { position: absolute; left: 60%; top: 300px; }

2
CMC59β€’ 25

@CMC59

Posted

thank you spiros, always nice to have some help.

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! πŸŽ„

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