Design comparison
Community feedback
- @ndickersPosted over 1 year ago
Good trial. Though you should avoid using divs, instead use semantic html like main, section, articles for greater accessibility. Also avoid using absolute unit like pixels, instead use relative units like rem and em. Lastly, it's best practice to use logical properties such as inline-size instead of width, block-size instead of height for internationalization. Here is a link that will help you grasp, site responsiveness and accessibility ideas "https://web.dev/learn/design/" . I hope you find this helpful. Happy coding
Marked as helpful0@Guenaguen40Posted over 1 year ago@bryondickers Thank you so much 😊 I will remake it after checking them out.
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