Design comparison
Solution retrospective
How to make my code better? Any feedback would be greatly appreciated. Thank you
Community feedback
- @RocTanweerPosted over 3 years ago
hello there βΊοΈ @E.N.M
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@RocTanweerPosted over 3 years ago@RocTanweer 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@EN-MPosted over 3 years ago@RocTanweer Thank you so much for your feedback! I really appreciate it. I will try to improve my code and update it. thx again
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