- object.svg
- style.css
SVG
<svg>
</svg>
CSS
svg {
border: 1px solid #dddddd;
}
You’ve gone to a different page
Goalscompleted
0
- Draw a circle with a radius of
10
and a center (cx
) with a horizontal axis offset of50
, a vertical axis (cy
) offset of50%
, and a fill color ofcrimson
. - Draw a second circle with the following properties: radius –
30
,cx
=105
,cy
=50%
, fill color –orangered
. - And finally draw a third circle with the properties: radius —
50
,cx
=200
andcy
=50%
, fill color —gold
.
Comments