1
Fork 0

Grote push

This commit is contained in:
Tibo De Peuter 2022-05-19 15:43:18 +02:00
parent 4bcf82fa3e
commit 847f6650e9
7 changed files with 175 additions and 42 deletions

15
style.css Normal file
View file

@ -0,0 +1,15 @@
li ul {
/* Zorg ervoor dat de kinderelementen met hun bolletje onder de eerste letter van het vorige element staan. */
margin: 0.2vh 1ch;
padding: 0.2vh 1vw;
}
ul {
/* list-style-type: symbols("↪");*/
list-style-type: symbols("⬈");
}
ul#wortel {
padding: 0;
list-style-type: none;
}