Удалить пули из списка CSS
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
1337
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
list-style-type: none,
style="list-style-type:none;"
ul.ba {
list-style-type: none;
}
list-style-type: none;
or
list-style: none;
or
list-style:outside none none;