remove dots of ul list code example
Example 1: eliminate dots li
ul {
list-style-type: none;
}
Example 2: how to remove ul dots
ul.ba {
list-style-type: none;
}
ul {
list-style-type: none;
}
ul.ba {
list-style-type: none;
}