Submitted over 3 years ago
3 Column Preview Card Component | HTML & CSS Flexbox
@sh4rdu1-git
Design comparison
SolutionDesign
Solution retrospective
Can the CSS for my buttons (normal and hover) be shortened or made less repetitive?
Community feedback
- @darryncodesPosted over 3 years ago
Hi Shardul,
Nice work, really responsive - well done!
- you could add
transition: ease-in .3s;
andcursor: pointer;
to your button styles. This will make the make the hover affect smoother and make the button feel more like a button
Marked as helpful1 - you could add
- @afrusselPosted over 3 years ago
Your main container is not center align vertically. Also use rem instead of px for font-size
0 - @dusanlukic404Posted over 3 years ago
Well done Shardul!
You can add transition property to buttons and maybe lower them with margin top.
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