Design comparison
SolutionDesign
Solution retrospective
Here's my attempt to make Huddle Landing Page project
Community feedback
- @BlackpachamamePosted 11 months ago
Hey Denise! It turned out great on you. Maybe you can add a
transition
to thehover
effect of the buttons to make it cooler, more info. An example, also addcursor: pointer
:.main__info button { color: var(--primary-violet); outline: none; border: none; border-radius: 2rem; padding: 1.2rem 5rem; background: #fff; transition: all 0.5s ease-out; cursor: pointer; box-shadow: 1px 5px 10px hsla(257, 73%, 16%, 0.5); }
Marked as helpful0
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