Mobile First Approach based code for Blog Preview Card (HTML + CSS)
Design comparison
Solution retrospective
I am proud that I was able to build solution for this "Blog Preview Card" project using only HTML & CSS which is quite closer to given design.
From next time, I would prefer to solve problems into hierarchical fashion whether its whole project or problems that occur during building as not being in an order consumes more time fixing things.
What challenges did you encounter, and how did you overcome them?I encountered the challenge of creating different behaviors on different states of elements. I had to build a different design at different states which was a bit unclear to me that how to do that? But then I learnt about various pseudo classes like :hover
and then I used it to design how element would respond on that state.
Would like to know following:-
1.How to approach building frontends faster with lesser number of issues?
2.How to build design such that when user hovers over "HTML & CSS foundations" then its color changes to yellow and then only main's shadow increases?
Checkout my solution ! Feedbacks are welcome ! Stay Happy & Well ! Thanks
Community feedback
- @Biskup85Posted 8 months ago
Hi, try don't tape width with rem. Try doing with % or px and that's it.
0@Harsh-Kumar-DwivediPosted 8 months agoHi @Biskup85 ,
Thanks for your valuable suggestion.
1
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