Mobile-first solution using bootstrap and Flexbox
Design comparison
Solution retrospective
Q1- Are the varied sizes of my Bootstrap columns suitable for responsiveness, or should I consider an alternative approach?
Q2- Is the way I've used Bootstrap classes appropriate, or should I consider a simpler approach?
Feel free to share any comments or feedback; I'm confident it will be helpful.
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
Background ๐:
-
You should not recreate the background, you used the image
desktop-preview.jpg
to create your solution, but that image is for decoration and is a nice way to present the challenge, for example, you can use it in your github README.You must use the images
desktop-design.jpg
andmobile-design.jpg
to create your solution.
HTML ๐ท๏ธ:
- Use semantic elements such as
<main>
and<footer>
to improve accessibility and organization of your page.
- Always avoid skipping heading levels; Starting with <h1> and working your way down the heading levels (<h2>, <h3>, etc.) helps ensure that your document has a clear and consistent hierarchy. Source ๐
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
Marked as helpful0@ahmadabbaniPosted 12 months agoThanks a lot for your feedback and suggestions! It is really helpful.@MelvinAguilar
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