Answers for "css no bullet point"

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