Submitted about 3 years ago
order-summary-component-HTML & CSS-Mobile First
@aldhairescobar
Design comparison
SolutionDesign
Solution retrospective
Hi! I used a min-width in my card but Idk if that's a good way to work with it 🤔. Do you think I need it in this case?
Thanks!! 😀
Community feedback
- @IEdiongPosted about 3 years ago
Great one here 👍️, I personally don't think that
min-width
is needed but you definitely need amax-width
on the card. I would usemax()
to achieve this. It's a CSS function, you could look it up.You could also look into the accessibility issue raised here.
Marked as helpful1@aldhairescobarPosted almost 3 years ago@IEdiong Thanks!, I didn't know about the max() function! :)
0
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