Grote push
This commit is contained in:
parent
4bcf82fa3e
commit
847f6650e9
7 changed files with 175 additions and 42 deletions
15
style.css
Normal file
15
style.css
Normal 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;
|
||||
}
|
Reference in a new issue