Answers for "remove bullet points css li"

CSS
8

how to remove bullets from ul

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

remove list bullet css

list-style-type: none,
Posted by: Guest on February-25-2020

Browse Popular Code Answers by Language