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

198
Visualizações
How can i change the default list style of an unordered list to an image and get the output like so

i am trying to get this output i tried to replicate this but the check marks became small sized (the image being used was an svg file) like so in the below picture. i am stuck here The CSS code i used:

li{
  font-size: 21px;
  margin-bottom: 1rem;
  list-style-image: url("images/download.svg");
}

And i also don't know on how to add the background color to replicate the process.can you show me on how to get the output as in the above picture.

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

0

Try this

ul {

  list-style-type: none;

}


ul li:before {

  content: '';

  display: inline-block;

  height: 10px;

  width: 10px;

   background-size: 10px;

  background-image: url("http://www.freepngimg.com/thumb/star/1-red-star-png-image-thumb.png");

  background-repeat: no-repeat;

  margin-right: 5px;

}
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