Responsive Profile card component using HTML, CSS & Flexbox
Design comparison
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
- @RocTanweerPosted over 3 years ago
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@rhniamPosted over 3 years ago@RocTanweer
I don't know that .π π
Thanks again for your information.β€οΈ
0 - @RocTanweerPosted over 3 years ago
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@rhniamPosted over 3 years ago@RocTanweer Thank you for your help π. I updated my code. I tried so hard π and it so frustrating.π
0
Please log in to post a comment
Log in with GitHubJoin 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