Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle Landing Page

denise 230

@moncadad


Design comparison


SolutionDesign

Solution retrospective


Here's my attempt to make Huddle Landing Page project

Community feedback

@Blackpachamame

Posted

Hey Denise! It turned out great on you. Maybe you can add a transition to the hover effect of the buttons to make it cooler, more info. An example, also add cursor: 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 helpful

0

denise 230

@moncadad

Posted

@Blackpachamame awesome idea thanks for the feedback!

1

Please log in to post a comment

Log in with GitHub
Discord logo

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