Design comparison
Solution retrospective
this is the last time I use figma to try and get the right sizes , well I get it 99% accurate but I'm tired of all this pixel declarations I believe it's not the right way to do things , please comment your opinion
Community feedback
- @ApplePieGiraffePosted about 1 year ago
Hey there, Schismond! ๐
Nice effort on this challenge! ๐
A few suggestions I have are,
- Taking another look at the responsiveness of your site. At the moment, things start to look a little broken/get cut off around ~1000px as the screen width decreases. Remember that even if the desktop and/or mobile views of your site look good, it is important to make sure that your site looks great across all screen sizes so that as many people as possible can enjoy your work. If youโd like to learn more about how building responsive layouts, check out this helpful course
- Avoiding using
px
for setting the values of things likefont-size
and spacings in your styles. Instead, use a responsive unit such asem
orrem
so that users will be able to change the size of the text (and ideally, overall layout) of your site by changing the default font-size of their browser. If you'd like to learn more about those units in CSS and how all of this works, check out this helpful video
Don't worry too much about making "pixel-perfect" solutionsโit's more important to focus on things like accessibility and responsiveness so that people can use and enjoy the websites you make ๐ As long as your solution looks more or less like the design in the end and it is functional and accessible, that's great ๐
Hope you find these suggestions helpful. ๐
Keep coding (and happy coding, too)! ๐
Marked as helpful2@SchismondPosted about 1 year ago@ApplePieGiraffe thanks for your comment this was really helpful, I really needed someone to clarify things for me , I will take a look on the resources you included
Thanks again for your comment I really appreciate it , have a good day
1
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