Submitted over 1 year ago
3-column preview card component using HTML and CSS
@ViniciusB-Garcia
Design comparison
SolutionDesign
Solution retrospective
I haven't had any major difficulties with this project, but any suggestions are welcome.
Community feedback
- @Finney06Posted over 1 year ago
Hello there 👋. Good job on completing the challenge !
I have a suggestions about your code that might interest you.
use a
transition
property on the buttons to give a cool hover effect.Example
.learn-sedan { transition: all ease-in-out 300ms; }
1
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