Design comparison
Solution retrospective
What Should I Have Done Better?
Especially, about the responsiveness, it seems I didn't do something right, there.
Anyway! Thanks To The Community For Your Helpful Comments, it Have Really Been Of Great Help To Me In My Progress.
Happy Christmas!!
Community feedback
- @NikolaD93Posted almost 2 years ago
Hello there! 👋
Congrats for completing the challenge! 🙌
I have 2 suggestions for you:
1.Make sure to put object-fit property on your image, because object-fit property is used to specify how an <img> or <video> should be resized to fit its container. Here you can use object-fit:cover or contain. 👇
https://www.w3schools.com/css/css3_object-fit.asp
2.Put your button in a <button></button> tag instead of <p></p> tag, it is more accurate and descriptive.
Hope this was helpful for you, and you have a great day!
Happy holidays! 🎉✌
Marked as helpful0
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