Response Blog-card using Flexbox, semantic html and custom properties.
Design comparison
Solution retrospective
I most proud that I can built whatever langing page using flexbox. at the beggineer i did not understang how flexbox work, I toke my time for learn that and know I can say that I really understand flexbox.
What challenges did you encounter, and how did you overcome them?Be honest, for me was not difficul to built this card.
What specific areas of your project would you like help with?Well, I want to know where can I learn html semantic if there is some page or resourse is going to be good for me. So if you know some, let me know.
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 πͺ:
- Looks like the component hover state with
box-shadow
has not been set yet. Your solution would be perfectly finished if you add this as a finishing touch!
- Just add the following css rules
.container { transition: box-shadow .3s; } .container:hover { box-shadow: 12px 13px 0px 1px rgba(0,0,0,0.93); }
- Now your component's hover shadows has been set properly
.
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