Submitted 12 months agoA solution to the Blog preview card challenge
Responsive Blog Preview Card using html css
P
@ubcyukiny

Solution retrospective
What are you most proud of, and what would you do differently next time?
Completing the project
What challenges did you encounter, and how did you overcome them?Inaccurate height and width in the content div, using the dev tools I found out its off by a bit pixels. After some digging, I had
body {
line-height: 150%
}
thinking, it would apply to every div normally, but it scales off the body font size I think, so the value was different when inherited to child divs.
What specific areas of your project would you like help with?Would appreciate feedbacks on coding practices, code smells
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ken's solution.
Join 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