1
Fork 0
This repository has been archived on 2025-06-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022ST-project-Phikipathia/style.css
2022-05-19 15:43:18 +02:00

15 lines
317 B
CSS

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;
}