Answers for "making the bullet dissapear for list items in css"

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