Design comparison
SolutionDesign
Solution retrospective
¿Is there any css unnecesary?
Community feedback
- @numan-iftikharPosted about 2 years ago
Hey, here are some suggestions:
- Avoid using different selectors for selecting same thing i.e., button etc.
- You are using 3 selectors to select the button. Just give it a class name and boom!
- You can make grid column responsive using auto-fit and minmax etc on grid-template-columns
- Set font-size in rem
- Use
<a></a> tag
for learn more button, bcz its a navigation.
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