Get the latest tech news
Flow Charts with CSS Anchor Positioning
Learn how to use CSS Anchor Positioning to create flow charts and diagram with just CSS.
However, CSS Anchor Posititioning can be used for more than just popovers and tooltips, it can be used to create basic flow chart diagrams. Basic Flow Chart using CSS Anchor Position Demo Using the same technique by anchoring an element between two nodes we can create a flow chart like effect with some additional CSS tricks. The CSS allows a easy way to declare fallback positions to use if the element can't be rendered within the provided space relative to the anchor.
Or read this on Hacker News