Design comparison
Solution retrospective
This was an interesting challenge. Couldn't figure out the background pattern. Any advice? Thanks in advance.
Community feedback
- @xZAYEDxPosted over 2 years ago
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 helpful1 - @NaveenGumastePosted over 2 years ago
Hello Jay ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
- Always use
h1
first and thenh2
,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 helpful0@Hyuuga81Posted over 2 years ago@Crazimonk Thanks for the feedback. I understand about the heading order now and am integrating it on my next project. Much appreciated.
1 - Always use
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