Submitted over 2 years ago
Huddle-landing-page-with-single-introductory-section
@Kehs719
Design comparison
SolutionDesign
Solution retrospective
Any feedback would be helpful! Thanks
Community feedback
- @OkeraMPosted over 2 years ago
Nice code. I learned something new looking at yours. Such as :root{ --violet: hsl(257, 40%, 49%); --soft-magenta: hsl(300, 69%, 71%); }
.right-side button{ width:13.9vw; height:3.9vw; border-radius: 25px; background-color: white; color:var(--violet); font-family: 'Poppins',sans-serif; font-size: 1.25vw; border:none; box-shadow: 2px 10px 17px -5px rgba(0,0,0,0.5); }
.right-side button:hover{ color:white; background-color: var(--soft-magenta); }
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