Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
19
Comments
1
Binyam
@binzam

All comments

  • samirBenabdallah•1,080
    @samirBenabdallah
    Submitted 8 months ago

    Easybank landing page

    1
    Binyam•460
    @binzam
    Posted 8 months ago

    Two tricks to changing the color of the logo inside the footer to white:

    • You can make a copy of the logo.svg file and save it as footer-logo.svg then go into the footer-logo.svg file and change the fill attribute to white. fill="#FFFFFF" , then use that as source in the footer <img scr='/images/footer-logo.svg' />
    • You can put logo svg directly inside the html and change the fill there
    <footer> <svg fill='#fff' >...</svg> </footer>
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub