Design comparison
Solution retrospective
Any feedback is welcome!
Community feedback
- @RajSanjelPosted over 2 years ago
Hey it looks good but looks like you haven't added background img. You can add background img by using
background-image:url('url-to-img');
property. and setbackground-repeat:no-repeat;
after that you can position it bybackground-position:[top,bottom,left,right,center];
you can give two position too bybackground-position:top right;
. Learn more by clicking hereMarked as helpful0@BreinerJTPosted over 2 years ago@RajSanjel I actually added it but for some reason it's not showing, you can check the css file in the code. If you know the reason I would really appreciate if you tell me.
0@RajSanjelPosted over 2 years ago@BreinerJT You used
background-image: url(/images/bg-pattern-top.svg), url(/images/bg-pattern-bottom.svg);
trybackground-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
Marked as helpful0@BreinerJTPosted over 2 years ago@RajSanjel Thank you very much, looks like it worked.
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