Mobile-first solution using pure HTML and CSS

Solution retrospective
Hello Guys! Hope you are doing great :)
It would be awesome if you guys gave me some feedback on my HTML (structure, semantic and class naming).
Thanks in advance! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Simon!
Your HTML looks great (and very semantic)!
I noticed that your solution switches to a mobile-friendly layout rather quickly (at around 1440px). The desktop layout will still look good (if not better) for a few hundred pixels on larger screens, provided you adjust the size of a few small things like
font-size
orpadding
(if necessary). I'd suggest you switch to a mobile-friendly layout a little bit later, when things really begin to break by resizing the screen!Otherwise, nice job!
Keep coding (and happy coding, too)!
Join 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