Submitted over 1 year agoA solution to the Blog preview card challenge
Blog preview card - HTML CSS
@kubabebe

Solution retrospective
What are you most proud of, and what would you do differently next time?
Thanks to the experience from the previous challenge, doing this was much easier.
What challenges did you encounter, and how did you overcome them?Fit image from normal view into 'smaller device' view.
img {
width: 279px;
height: 200px;
object-fit: cover;
border-radius: 10px;
}
What specific areas of your project would you like help with?
Code review.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on kubabebe'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