Design comparison
Community feedback
- @mikatechsPosted about 1 year ago
Congratulations on finishing up this challenge. As I have seen your code, you might already have thought regarding background image positioned correctly. Instead try setting up positions in percentages to make it fully responsive on specific height: e.g. try
background-position: 100% 43%;
Also you should always use relative units like %, EM, and REM that are better suited to responsive design and also help meet accessibility standards. Relative units scale better on different devices because they can scale up and down according to another element's size.Good luck and happy coding.
0@srirakeshvPosted about 1 year agoThankyou for your feedback sir I can came up with your feedback in future excercises sir @mikatechs
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