Answers for "css rule to remove the dot of a list"

CSS
0

how to remove bullet in css

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

Browse Popular Code Answers by Language