Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Kann ich dem ul auch noch eine ID zuweisen,
so das nicht alle uls so formatiert sind, sondern nur die, wo ich zum Beispiel
<ul id="1"></ul>
hinschreibe?
Siehe Oben .Furien schrieb:Wenn ja, wie weist man eine zu?
Siehe Oben .
Natürlich in CSS.
ul, li {margin: 0; padding: 0;}
.car {
list-style-image: url(img/car.png);
margin-left: 30px;
}