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

Responsive Profile card component using HTML, CSS & Flexbox

@rhniam

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 hope you will like my code. please help me if there is an easy way for doing this design. Thank You.

Community feedback

Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

it's basically same as putting an image as a background but here in this case I am putting two images as background-image and positioning them as you can see...

Remember to use 'vh' and 'vw' as units for height and width and not px, rem or em for responsive purpose

Good luck πŸ˜ƒ

1

@rhniam

Posted

@RocTanweer

I don't know that .πŸ˜…πŸ˜…

Thanks again for your information.❀️

0
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

@rhniam my pleasure 😊

0
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

Hello πŸ‘‹ @Riduan

I really had a hard time doing this challenge..!

I felt frustrated about the background πŸ˜… but after researching and learning, I did this...

background-image: url(../Images/bg-pattern-top.svg),
url(../Images/bg-pattern-bottom.svg);

background-position: 
bottom 40vh right 48vw,
top 50vh left 48vw;

Hope it helps πŸ˜‰ and happy coding

1

@rhniam

Posted

@RocTanweer Thank you for your help 😌. I updated my code. I tried so hard 😭 and it so frustrating.πŸ˜…

0
Roc Tanweerβ€’ 2,500

@RocTanweer

Posted

@rhniam Don't give up ☺️

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