Skip to content

aideremir/cssProcessTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cssProcessTree

Builds process tree. CSS only

Basing on http://thecodeplayer.com/walkthrough/css3-family-tree, but with some changes for process trees. To build process tree we consider that every event is the child of previous event, so if we describe linear process, we will see such markup:

<ul>
  <li><span>First event</span>
      <ul>
        <li><span>Second event</span></li>
      </ul>
  </li>
</ul>

About

Builds process tree. CSS only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages