Answers for "removing bullet on li"

CSS
8

how to remove bullets from ul

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

how to remove bullet point from li

list-style-type: none;
Posted by: Guest on February-05-2020

Browse Popular Code Answers by Language