Draw a horizontal tree using CSS pseudo elements
igauravsehrawat.github.io
Draw a horizontal tree using CSS pseudo elements
1–10 of 15 posts
Re: Draw a horizontal tree using CSS pseudo elements
#2Though nice howto nonetheless :)
Re: Draw a horizontal tree using CSS pseudo elements
#3Re: Draw a horizontal tree using CSS pseudo elements
#4Re: Draw a horizontal tree using CSS pseudo elements
#5It's amusing that both this and "SVG can do that?"[1] are on the front page right now. Is it better to draw using HTML/CSS or SVG? I guess the answer is complicated. [1] https://news.ycombinator.com/item?id=15023766
Re: Draw a horizontal tree using CSS pseudo elements
#6It's amusing that both this and "SVG can do that?"[1] are on the front page right now. Is it better to draw using HTML/CSS or SVG? I guess the answer is complicated. [1] https://news.ycombinator.com/item?id=15023766
Re: Draw a horizontal tree using CSS pseudo elements
#7By the title I thought it was a tree 'tree', with leaves and branches :) those you can find in a forest. Though nice howto nonetheless :)
Re: Draw a horizontal tree using CSS pseudo elements
#8So in contrast to the opening line of the article, CSS is not amazing: people's talent for threading camels through the eyes of needles is amazing. Props to this guy for this. May I never have to recreate it.
Re: Draw a horizontal tree using CSS pseudo elements
#9By the title I thought it was a tree 'tree', with leaves and branches :) those you can find in a forest. Though nice howto nonetheless :)
Re: Draw a horizontal tree using CSS pseudo elements
#10This is really cool. Yet, somehow, as cool as it is, I find it terribly depressing. In comparison to other "look what I can do" projects -- such code golf, or demo programming, or quines -- which achieve impressive results in a constrained environment because it's challenging, thousands of programmers have HAD to do silly things in CSS because there's no other choice. These amazing-yet-hacky solutions get copy-pasted…
Whenever I'm faced with a CSS problem, it's usually just a case of toggling on/off CSS in the DevTools to find the offender.