Design comparison
Solution retrospective
Hi
Feel free to take a look at my solution and give me feedback if you see any problems there, or whatever!
Good challenge to all!
Community feedback
- @elidrissidevPosted about 3 years ago
Great job overall Florian! I have only one note regarding the units, I see you're often using
%
andpx
which works but isn't very responsive. Try increasing the font size of your browser and see if the page will adapt to the new size, most elements won't. Consider usingrem
s andem
s instead for the future, and if you need examples feel free to check some solutions of mine that demos this. Good luck!Marked as helpful0@FloPereira75Posted about 3 years ago@elidrissidev Thanks for your return. Precisely haha I tell myself every time that yes it works, but that it is surely not the right method.
I'll go see your achievements to see how you do!
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