How to create circles around a circle with css, javascript?

前端 未结 5 1482
感情败类
感情败类 2020-12-14 18:16

I would like to create a circle (without any animation) which is surrounded by other circles, like this:

\"my

5条回答
  •  自闭症患者
    2020-12-14 18:50

    To make a circle, use border-radius: 50%. Then just position 6 circular divs with position: absolute around the larger circle.

    Kind of like this: http://jsfiddle.net/yxVkk/

提交回复
热议问题