Entfernen Sie Kugeln aus der Liste CSS
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
1337
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul{
list-style: none;
}
ul {
list-style: none;
}