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

233
Visualizações
Override background-color using `!important`

How do I override class background color? Tried !important but not working, the text is still yellow.

<!DOCTYPE html>
<html>
<head>
<style>
.myclass {
  background-color: yellow ;
}
</style>
</head>
<body>

<p class="myclass" background-color="red !important">This is some text in a paragraph.</p>

</body>
</html>

about 4 years ago · Juan Pablo Isaza
3 Respostas
Responde à pergunta

0

if you want use inline styles (not good), you should use style attribute on html elements and in any way of using css you should use colon : instead of = for giving value to properties, try this snippet:

<!DOCTYPE html>
<html>

<head>
  <style>
    .myclass {
      background-color: yellow;
    }
  </style>
</head>

<body>

  <p class="myclass" style="background-color:red !important;">This is some text in a paragraph.</p>

</body>

</html>

about 4 years ago · Juan Pablo Isaza Relatório

0

You need to put inline css in the style attribute like so:

<!DOCTYPE html>
<html>
<head>
<style>
.myclass {
  background-color: yellow ;
}
</style>
</head>
<body>

<p class="myclass" style="background-color: red !important;">This is some text in a paragraph.</p>

</body>
</html>

about 4 years ago · Juan Pablo Isaza Relatório

0

You need to mention style.

<p class="myclass" style="background-color:red !important;">This is some text in a paragraph.</p>
about 4 years ago · Juan Pablo Isaza 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