Design comparison
SolutionDesign
Community feedback
- @mikatechsPosted about 1 year ago
Congrats on finishing up this challenge. As I have seen your code, I have small recommendations you might want to consider.
- You have set your body width to 1440px. Please, take in consideration that setting up the body width to the straight size would affect on overall positioning on different sizes of screens. e.g. for larger screens than 1440px your object would not be perfectly centered. Instead, you could use viewport width or percentage. You simply could have centered using flex with justify-content and align-items.
- 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. :-)
Marked as helpful0@edu221gPosted about 1 year ago@mikatechs Hello, thank you for the feedback! I've recently started my journey as a frontend developer and I'm eager to learn more. I'll definitely take a closer look at your suggestions and apply them to my future projects. Your insights are greatly appreciated. Thanks 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