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

P
Jayβ€’ 260

@Hyuuga81

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


This was an interesting challenge. Couldn't figure out the background pattern. Any advice? Thanks in advance.

Community feedback

xZAYEDxβ€’ 250

@xZAYEDx

Posted

Read my code in my GitHub, you will understand how I added the background pattern.

-- Link to my GitHub (https://github.com/xZAYEDx/profile-card-component-main

-- The code I used πŸ‘‡πŸ½

-- background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg); background-repeat: no-repeat; background-position: right 52vw bottom 35vh, left 48vw top 52vh;

Marked as helpful

1

P
Jayβ€’ 260

@Hyuuga81

Posted

@xZAYEDx Worked perfectly man! Thanks for the plug. I understand what was affected. Will check out your code and mdn to figure out how it worked. Appreciate it.

1
xZAYEDxβ€’ 250

@xZAYEDx

Posted

@Hyuuga81 your most welcome!πŸ˜€

0
Naveen Gumasteβ€’ 10,460

@NaveenGumaste

Posted

Hello Jay ! Congo πŸ‘ on completing this challenge

Let's look at some of your issues, shall we:

  • Always use h1 first and then h2, h3 and so on

Here is how to add bg img properlyπŸ‘‡

background-image: url("add the file location here");
 background-repeat: no-repeat;

happy CodingπŸ˜€

Marked as helpful

0

P
Jayβ€’ 260

@Hyuuga81

Posted

@Crazimonk Thanks for the feedback. I understand about the heading order now and am integrating it on my next project. Much appreciated.

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