Design comparison
Solution retrospective
I made the design responsive by using rem units for all measurements, which makes it easier to handle responsiveness. So, all I did was change the root HTML font size to adjust everything accordingly.
What challenges did you encounter, and how did you overcome them?This is my first time using CSS preprocessors; I hope to improve next time. I overcome this by reading SCSS documentation and watching tutorials. There's a challenge I can't overcome on it :( I don't know if it is a shadow or background with padding, I try both but no one gives the same design effect. Any feedback is welcome!
Community feedback
- @kaamiikPosted about 1 month ago
Your preview does not open and has an error. please fix it.
Every element that has hover effect is an interactive elements. So the image should be
a
orbutton
. If it's take you to a new page, It should be ana
tag. If It's do an action, It should be abutton
. Also for adding hover you can use this post by Grace Snow on discord: Instruction of adding hover for NFT challenge1@rahafszPosted 19 days ago@kaamiik Thank you for the feedback, I will work at this point in future peojects!
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