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-with-single-introductory-section-master solution

Omar Majdi 140

@Omar-majdi


Design comparison


SolutionDesign

Solution retrospective


Hello Guys! I tried my best here but I failed in making it responsive and making the hover effect for the button If anyone has an idea of how can I do that, Please tell me. Thanks in advance!

Community feedback

Account Deleted

Hi,

Good jobs on big screen layout section. Keep it up. Take a look on github pull request.

  • To fix your issue, the following things can be done:
.text-container a {
  text-decoration: none;
  padding: 1rem 4.5rem;
  color: var(--violet);
  transition: all 0.2s ease-in-out;
}

.text-container a:hover {
  color: #fff;
}
  • to make background just like main design:
  background-size: contain;

Marked as helpful

0

Omar Majdi 140

@Omar-majdi

Posted

@EthenPage It works! Thank you dude

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