Design comparison
SolutionDesign
Solution retrospective
Feel free to comment ill accept your advice if you have any advise. Anyone can you teach me how to make responsive website or how can i change it to mobile size huhu please.. <3
Community feedback
- @asbhogalPosted over 1 year ago
Hi Rolando, this is a good attempt and I can see you've tried to remain faithful to the mockups. I've listed below ways in which to improve this, incl. responsively:
- Your columns should be individual
grid
items inside a parentgrid
to maintain what we call the 'intrinsic' (ie. fixed)width
values which flex does not (flexbox is design, as the name suggests, for content that allows greater 'elasticity', if you will). Here's a good video by Kevin Powell on the difference between the two, and when to use which Link - Remove the
margin
declaration you have on themain
component as this is causing issues also in your positioning. To centralise this, you can add agrid
also to the parent or useflex
to vertically and horizontally position - Locally host your Google Fonts for privacy and performance. Here's another useful link explaining why this is the case, and how to achieve it Link
Hope this helps!
0 - Your columns should be individual
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