Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

169
Visualizações
Logo in the Navbar

I am starting with a project and when I place my logo("Image") in the nav it does not take the background color of it(The image is in png format), please I need help.

HTML

 <header> <nav class="navbar navbar-light bg-light"> <div class="container"> <a class="navbar-brand" href="#"> <img src="./img/Logo.png" height="100"/> </a> </div> </nav> </header>

CSS

 *{ box-sizing: border-box; margin: 0; padding: 0; background: #ffffff; } header{ display: flex; justify-content: space-between; align-items: center; padding: 10px 10%; background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);}

this is how i look


enter image description here
over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

you have set a property:

 background: linear-gradient(90deg, #72C6EF 0%, #004E8F 100%); //Esta propiedad lo que hace es hacer ese degrade azul que vez.

Instead, you should replace the background color of your header with the color of your logo in this case white.

HTML

 <header> <nav class="navbar navbar-light bg-light"> <div class="container"> <a class="navbar-brand" href="#"> <img src="./img/Logo.png" height="100"/> </a> </div> </nav> </header>

CSS

 *{ box-sizing: border-box; margin: 0; padding: 0; background: #ffffff; } header{ display: flex; justify-content: space-between; align-items: center; padding: 10px 10%; background: #ffffff; }

With this the background of your header would have to be white (of the color of your logo). Although it is not the most optimal, I recommend you make your logo .png so that you do not have to place the background of the header in the same color as the background of your logo.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda