Practice using Styled Components with React.

Solution retrospective
Using styled components for first time. Comments appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MikevPeeren
Hey @BenjaDotMin,
Checking your code in Github is hard because it is already built. Try to put your code 'normally' in your repo and let the deploy handle the build for example a Github action.
As for your solution it is responsive on all applications. The minor takes I have are that you are using a h3 element when that component is a weird place to have a h3. Also some transitions between your hover states would make them more alive.
Marked as helpful - @BenjaDotMin
Thanks for your time Mikev, I will amend those points.
Join 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