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

Please Review the Profile Card Solution

@Tejeshwer25

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


Can anyone please help me with the bottom right pattern, because I am unable to find an optimal property to set the pattern?

Community feedback

Hadizaā€¢ 200

@Thedeezat

Posted

Hey Tejeshwer Singh Sachdeva šŸ‘‹

I was unable to check your code in github, i think you should check what's wrong but i inspected it and i think instead of using the container::before you should try this:

.container {
   background-image: 
    url('./images/bg-pattern-top.svg'),
    url('./images/bg-pattern-bottom.svg');
   background-position: top, left, bottom, right;
}

I also had similar issues with this and i got help which really helped alot i hope it does the same for you šŸ˜€.

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