TylerH
0
Q:

remove bullet from ul

ul {
  list-style-type: none;
}
1
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>
5
list-style-type: none,
9
list-style-type: none;
2
ul {
    list-style-type: none;
}
0
ul.ba {
    list-style-type: none;
}
0
list-style-type:none;
0

New to Communities?

Join the community