Design comparison
SolutionDesign
Community feedback
- @atif-devPosted about 1 year ago
Hi , congrats🎉 on completing the challenge. Better take care about following points.
- For better look and centered, remove following code:
@media (min-width: 769px) and (max-width: 1440px) .card { width: 40%; }
@media (min-width: 376px) and (max-width: 768px) .card { width: 60%; }
@media (max-width: 375px) .card { width: 80%; }
(after removing above mentioned code, view will look NICE on different screens.)
- In README file of your GitHub project's solution remove already present content and write about your own working flow, findings, new learned things, useful resources, etc.
Hope you will find this Feedback Helpful.
Let's connect for learning📝 and sharing🤝. Twitter , LinkedIn
Marked as helpful0@amita125Posted about 1 year ago@atif-dev Thank you for the feedback. It really helped.
0 - @HosseinfmPosted about 1 year ago
Hi What does it do in your code? justify-content: space-around;
0@amita125Posted about 1 year ago@Hosseinfm Removed the justify-content:space-around as it doesnot do anything to the card class. I forgot to remove it .
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