Submitted 8 months ago
idont use anything remarkable, just a hover to a child element
@adrian-reina-391
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Just starting to practice
What challenges did you encounter, and how did you overcome them?i don´t really know, is not so easy for me
What specific areas of your project would you like help with?Well I use the same code for mobile and desktop version because i thought it wasnt necessary to did it different, if that was wrong, please tell me
Community feedback
- @mkostrikovPosted 7 months ago
try using semantic html and css flexbox for the card. to change the size of the card depending on the width of the screen, try .card { width: calc(100% - 100px); max-width: 375px; min-width: 284px; } or width: clamp(284px, 100% - 100px, 375px);
Marked as helpful1
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