Design comparison
Solution retrospective
didnt know how to handle with background images need help and advice
Community feedback
- @HelalAboodPosted over 1 year ago
Hello, I guess you need to change your h1 to h3 or h4 for Victor Crest! Try to small the font-size too.
Hope you find this feedback helpful!
0 - @visualdennissPosted over 1 year ago
Hello Enis,
Regarding background, simply remove that div with the img, instead you can have two images with background, e.g.:
Add these to the body itself:
- background: url(images/bg-pattern-top.svg),url(images/bg-pattern-bottom.svg);
- background-color: #19a2ae;
- background-position: right 52vw bottom 35vh,left 48vw top 52vh;
- background-repeat: no-repeat,no-repeat;
Hope you find this feedback helpful!
0@Enis67Posted over 1 year ago@visualdenniss I removed the images with its containers and putted the code that you've written in my css body element, nothing happened.
0@visualdennissPosted over 1 year ago@Enis67 Because you have not adjusted the relative path, looks like you have deployed with github.io, so i guess that causes the issue with background images.
Try this:
- background: url(https://enis67.github.io/Frontend-Mentor-Profile-card-component/images/bg-pattern-top.svg),url(https://enis67.github.io/Frontend-Mentor-Profile-card-component/images/bg-pattern-bottom.svg);
this has now worked for me.
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