Design comparison
Solution retrospective
I am most proud of deconstructing first and starting to build HTML & adding the CSS section by section and VS Code Live server shows each update and finally placing all CSS and live server final results on the same page the moment of happiness is priceless. It's give me a lot of force to do more.
What challenges did you encounter, and how did you overcome them?In the beginning, I was confuse about display and viewport, and it made me upset but go back to the theory also I tested at the code pen and finally when I fully understand I came back to the project and finish it up.
What specific areas of your project would you like help with?- Display *ViewPort *Font size, weight. *hover *border-radius and more.
Community feedback
- @0xabdulkhaliqPosted 6 months ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have a suggestion regarding your code that I believe will be of great interest to you.
ADDING HOVER STATE 🪄:
- Your work is awesome, this solution actually resembles the exact design image!
- I just wanted to share a small suggestion which may helps you to provide a visually appealing hint. What about adding
hover
state for the card ?
- Just add the following css rules
.container { transition: box-shadow .3s; } .container:hover { box-shadow: 14px 15px 0px #000; }
- Trust me this will after this effect your solution would be perfectly finished if you add this as a finishing touch!
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
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