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

Responsive huddle landing page with htlm and css

P

@OladokunLT


Design comparison


SolutionDesign

Community feedback

@0xabdulkhalid

Posted

Hello there 👋. Congratulations on successfully completing the challenge! 🎉

  • I have a suggestion regarding your code that I believe will be of great interest to you.

CSS 🎨:

  • Looks like the social logos on Footer is not looking White in color because of it's Default black color, We can change the social logos into White colored one using filter property.
  • Here's the example code:
.social-media {
  filter: invert();
  display: flex;
  gap: 1rem;
|
  • Now Social links logo are White in color using filter you can smartly tweak colors of logo. Additionally we added flex layout to make it close to the design image.

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

0

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