First challenge using HTML/CSS with mobile responsive design
Design comparison
Solution retrospective
Hello all ! I think that my code isn't clean enough. This is my first challenge and i'm still that i did it well and it looks like the exemple.
Community feedback
- @ApplePieGiraffePosted about 4 years ago
Hey, RomainDesson!
Nice work!
And congratulations upon completing your first Frontend Mentor challenge! 👏
I'd suggest you break into a mobile-friendly layout (or at least decrease the size of the components a little or something) a few hundred pixels before 460px (which is where your breakpoint is). Currently, the ends of the components get cut off by the viewport right before the layout changes.
Also, I'd suggest setting
background-position
tocover
for the CSS background SVGs so that they fill the entirebody
.Keep coding (and happy coding, too)!
👍
1@RomainDessonPosted about 4 years agoHello ApplePieGiraffe,
Thanks for your feedback ! I will apply it right now, this is my first time as responsive design, your feedback is really important for me.
I had a question, do you think that we could always develop for the mobile first ? I mean, could we always start coding witch the minimal screen size ?
Thanks you.
0@ApplePieGiraffePosted about 4 years ago@RomainDesson
I'm not a very experienced web designer or anything—up until now, I've just been using a desktop-first approach and then adjusting the size and position of the elements of my page as needed for smaller screens. I haven't really tried a mobile-first approach yet—so I have yet to find out what working that way feels like!
But apparently, there seem to be a few pros and cons of both mobile and desktop-first design (and I think developers use both, at times).
Perhaps, try a little Googling and see what you find: https://www.google.com/search?q=mobile+or+desktop+first&oq=mobile+&aqs=chrome.0.69i59j69i57j0j46j0j69i60l3.5673j0j1&sourceid=chrome&ie=UTF-8
😃
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