“Remova os pontos da lista em Li” Respostas de código

Remova as balas da UL

ul {
  list-style-type: none;
}
/* if you want to remove indentation , set padding: 0 and margin: 0 */

/* if you want inline code*/
<ul style="list-style: none;">
    <li>...</li>
</ul>
Batman

Elimine os pontos li

ul {
    list-style-type: none;
}
Grieving Gharial

Lista remova as balas

ul {
  list-style-type: none;
}
BorstenThorsten

Remova os pontos LI

ul {
    list-style-type: none;
}
Dangerous Dunlin

Remova os pontos da lista em Li

/* HTML */
<ul>
   <li>...</li>
</ul>

/* CSS */
ul {
    list-style-type: none;
}
Deltanboi

Remova a bala do UL

ul.ba {
    list-style-type: none;
}
Important Ibex

Respostas semelhantes a “Remova os pontos da lista em Li”

Perguntas semelhantes a “Remova os pontos da lista em Li”

Procure respostas de código populares por idioma

Procurar outros idiomas de código