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

JS-JayShambho

linas23 310

@linas23

Desktop design screenshot for the Manage landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


how was that background placed and i couldn't change the color of the logo in other projects too in footer

Community feedback

P
Matt Studdert 13,611

@mattstuddert

Posted

Nice work on this challenge. For the background, I'd use the background-image CSS property combined with the background-position property to move it. Either that or you could use a pseudo-element, like ::before with a background-image and use position: absolute; to move it into position.

To change the color of the logo in the footer I would embed the SVG code in the HTML and then use the fill CSS property to change the color. Once SVG code is embedded in the HTML you can style it like any other element.

I hope this helps. Let me know if you have any questions! 👍

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