
Design comparison
Community feedback
- @agypsynamedTunechiPosted 3 months ago
The link to your code isn't working. The responsive layout looks good on the various screen sizes I tried. The solution is very close to the design (much closer than mine lol). Great work
0@nms007Posted 3 months ago@agypsynamedTunechi Sorry, I forgot to set my repo as public. Now it is ok ;)
0@agypsynamedTunechiPosted 3 months ago@nms007 I Just checked it out. I like the fact that you used CSS custom properties even if it wasn't necessary (it helps build muscle memory). I intend on doing the same for my next challenges.
I am curious why did you use position : absolute for the attribution class?
0@nms007Posted 3 months ago@agypsynamedTunechi i've used position:
absolute
to "attribution" class to bring div to bottom (bottom:0;
). I was able to achieve this by addingpostition:relative
to the parent element (body)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