Answers for "css Remove the bullets from list items"

8

how to remove bullets from ul

ul {
    list-style-type: none;
}
Posted by: Guest on July-15-2020
0

how to remove bullet in css

ul.ba {
    list-style-type: none;
}
Posted by: Guest on December-23-2020

Code answers related to "css Remove the bullets from list items"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language