Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Cannot read properties of null (reading 'code')
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

@harsh72835

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 have a doubt regarding the bottom circle which is overflowing can anyone have any advice for it?

Community feedback

Faris P 2,810

@FarisPalayi

Posted

You can use the z-index property to stack things. Set the z-index to 1or higher on the .card element, and it will stack on top. You can read more about z-index on MDN

0

Tereza 605

@sirriah

Posted

Hello, the problem with the bottom circle is that it has not set the z-index. So the browser doesn't know, which element should be on top.

But instead of setting this, try to add these two circles into the ::before and ::after selectors. These images are not the part of the content they are only a background, so you can put them into the css.

Happy coding!

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