Skip to content

Instantly share code, notes, and snippets.

View WisnuDS's full-sized avatar
🎯
Hocus Focus

Wisnu Dewa Saputra WisnuDS

🎯
Hocus Focus
View GitHub Profile
@WisnuDS
WisnuDS / tree.css
Created July 5, 2020 08:35 — forked from dylancwood/tree.css
CSS to create a simple tree structure with connecting lines. No images or JS required.
ul.tree, ul.tree ul {
list-style: none;
margin: 0;
padding: 0;
}
ul.tree ul {
margin-left: 10px;
}
ul.tree li {
margin: 0;