Design comparison
Community feedback
- @Alex-Archer-IPosted 6 months ago
Hi! Very neat work =) That cool that you could stylize the
:marker
pseudoelement and didn't forget about<ol>
in the second list - that's what I missed =)I can recommend you not to use image wrapper element and use just
img
itself. You even don't have to apply height to it as images keeps their proportions. Yeah, sometimes (not quite in this project) there are situations when you can't avoid defining height and width. In than case it's better to useobject-fit
property. Otherwise picture can get squeezed or stretched adjusting to hardcoded proportions of wrapper.Anyway, good job, well done!
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