Creating a flowchart in HTML

I am a complete noob in CSS / HTML and have been trying to create a flowchart for several hours with little success. I am trying to create something similar to this: http://jsfiddle.net/pointbypointuk/ETg7q/2/

However, I want only 2 subtitles, not 4.

How can i do this? It seems that I can’t build something as it should.

Even better, is there any free software / library that allows you to create a flowchart by drawing it and then just converting it to code?

+5
source share
1 answer

Maybe you should take a look at this http://thecodeplayer.com/walkthrough/css3-family-tree

+14
source

All Articles