“Como aliviar a cor do texto em html” Respostas de código

CSS Passe o mouse escurecer a cor

  .your-css-class:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  }
Pushy Pants

Como aliviar a cor do texto em html

There is "opacity" which will make the background shine through:

opacity: 0.5;(change the value according to your needs)
Alive Alligator

Respostas semelhantes a “Como aliviar a cor do texto em html”

Perguntas semelhantes a “Como aliviar a cor do texto em html”

Procure respostas de código populares por idioma

Procurar outros idiomas de código