小编H.O*_*O.K的帖子

如何用这样的html和css绘制圆圈?

到目前为止,我一直试图在这里绘制这个圆圈.

 <div class="circle">
      <svg height="360" width="380">
           <circle cx="50" cy="50" r="50"  fill="rgb(177,236,250"></circle>
           <circle cx="100" cy="120" r="90"  fill="rgb(177,236,250)" ></circle>
           <circle cx="290" cy="220" r="160"  fill="rgb(177,236,250)"></circle>
           <circle cx="80" cy="220" r="80"  fill="rgb(177,236,250)"></circle>
      </svg>
</div>
Run Code Online (Sandbox Code Playgroud)

但它看起来如此不同.

圆圈透明

html css

1
推荐指数
1
解决办法
282
查看次数

标签 统计

css ×1

html ×1