Design comparison
SolutionDesign
Community feedback
- @fatlindshehuPosted over 2 years ago
Hi @ADinezio
Your component looks great,
- I would suggest adding
margin
to the component, in order to prevent the browser from overflowing the component (This happens when resizing from bigger screens to medium ones) - You can also set a
border radius
for the component, (not individually for each card) and useoverflow: hidden
to make it appear responsively. - Using a CSS naming convention would be a nice addition to your skills as a Frontend Developer, my suggestion is to use BEM which stands for Body Element Modifier, check this LINK if you’re interested in knowing more about BEM
Keep up the good work!
Marked as helpful0 - I would suggest adding
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