Design comparison
Solution retrospective
In this challange I used bootstrap. What do you think about bootsrap ? Do you prefer to using that framework? Which framework do you use?
Community feedback
- @VCaramesPosted about 2 years ago
Hey @sinemcetin94!
Regarding your question, Bootstrap is an amazing tool, especially when you when you need to build something quickly. Unfortunately, too many people rely on it too much and because of it, they end not learning the fundamentals and lack proper coding skills.
Some suggestions to improve you code:
- Implement a Mobile First approach .📱
With mobile devices being the predominant way that people view websites/content. It is more crucial than ever to ensure that your website/content looks presentable on all mobile devices. To achieve this, you start buildingyour website/content for smaller screen first and then adjust your content for larger screens.
-
The car images/icons serve no other purpose than to be decorative; They add no value. Their Alt Tag should left blank and have an aria-hidden=“true” to hides it from assistive technology.
-
To improve the accessibility of your content, you wan to to use em instead of px for you media queries. By using px your assuming that every users browser (mobile, tablet, laptop/desktop) is using a font size of 16px (this is the default size on browser). Em's will help with users whose default isn't 16px, which can sometimes cause the your content to overflow and negatively affect your layout.
More Info:
https://betterprogramming.pub/px-em-or-rem-examining-media-query-units-in-2021-e00cf37b91a9
Happy Coding! 👻🎃
Marked as helpful0
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