Design comparison
SolutionDesign
Solution retrospective
Give me your Feedback
Community feedback
- @Okkie14Posted over 1 year ago
@Abanoub-Ashraf1 You did an amazing job here, looking through your code I saw a few things that were pointed out to me as well
- Don't use a h6 tag before an h2 tag(I made the same mistake here), in the css just style the different tag to get them bigger or smaller.
- On font sizes px are fixed, making your website more responsive I would recommend rem, you can read more on rem here: https://developer.mozilla.org/en-US/docs/Web/CSS/rem
- Just have a look the mobile img is different to the desktop img using the <picture> element can solve this read here to see how to use it: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture
- Lastly your media query isn't stacking the content but rather keeping the box. I would recommend having a look at that, on tablet devices (not part of the assignment I know) it gives side scrolling just something to look at as an additional challenge.
Hope this helps :-)
1@Abanoub-Ashraf1Posted over 1 year ago@Okkie14 Thanks a lot for your advice!
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