Creating CSS3 Circles connected by lines

前端 未结 8 1317
一个人的身影
一个人的身影 2020-12-02 05:19

I have to implement the following circle and line combination in CSS and I am looking for pointers on how to implement this effectively. The circles and lines should look li

8条回答
  •  一生所求
    2020-12-02 05:48

    Though this is possible with CSS3, I think SVG is a better tool for sophisticated interfaces.

    I made this with SVG (styled with CSS):

    enter image description here

    And here's a Plunk to demonstrate.

提交回复
热议问题