Design comparison
SolutionDesign
Solution retrospective
Any comments is welcome! Thanks
Community feedback
- @vanzasetiaPosted almost 2 years ago
Hi, Shiash!
Here are some suggestions for improvements.
- Use the main element for the card instead of using
<div class="card">
. - Set
max-width
instead ofwidth
to the card to allow the card to shrink while still preventing it from getting too large. - Remove
font-size: 1rem
from the<body>
styling. It is already the default styling.
I hope this helps. Happy coding!
Note: Please remove the #fresh since the website is not built with "Fresh" — it could be either Fresh: A Modern Approach to Lightweight Frameworks or fresh - The next-gen web framework..
1 - Use the main element for the card instead of using
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