Design comparison
Solution retrospective
If you would like add feedback for my code, please add your questions below :) for contact:linkedin
Community feedback
- @ryu-kamiskiPosted almost 3 years ago
As @skyv26 said they are the issues and if you have noticed it or not but the last text has some letter-spacing to it and the grey text are smaller in size.
Marked as helpful1 - @skyv26Posted almost 3 years ago
Hi! oussama , I saw your work. I noticed some issues and I would like to give some tip,suggestion on the issues.
-
Your card size is big according to desktop screen.
-
Footer text is not aligned to center. Add
text-align: center;
to your .attribution class it will center you footer text. -
In mobile view, your card took whole width. Because set width: 400px , use %age for adjusting width of your card .
I hope you understand and will fix your above issues.
Good Luck
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