Design comparison
Solution retrospective
I am proud of completing this challenge and looking forward to complete more challenges.
What challenges did you encounter, and how did you overcome them?I have completed this solution quickly but I do have some doubt regarding responsiveness. For me it seems like responsive enough.
What specific areas of your project would you like help with?Kindly check my solution is it responsive enough or do i need to add anything. Kindly review my solution and provide feedback.
Community feedback
- @sivaprasath2004Posted 7 months ago
Hello, I would like to extend my congratulations on completing this challenge.
- Nice design. I will make sure
practise makes man perfect
. I you will usepixel perfect extensions
it will be use your design waspixel perfect
designs. - I will recomanded in
pixel perfect pro
extension it will be used designwidth and height
to match your solution design
0 - Nice design. I will make sure
- Account deleted
Great job in completing the challenge! 🎉
Regarding your question if the design is responsive enough. On the smallest of screens, the card takes up the whole screen width. To avoid this, you could add a
margin
to the card element.I would also use
max-height
andmax-width
instead ofheight
andwidth
for the size of the card. Usingheight
andwidth
with a defined pixel size is bad for responsive designs. This is more of a tip for future projects. The text inside the card spills out of the bottom if you make the screen width about 100px - but since no one has that small of a screen, it's not really a problem.You can also add a bigger box-shadow on the card when the card is hovered or focused. This small detail is missing in your code. For added aesthetics use the
transition
attribute to create smooth transitions from one state to another.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