how to remove the space of the removed dots in a list css code example
Example 1: remove li dots
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;
}