运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>Three ellipses on top of each other</h2> <svg height="150" width="500" xmlns="http://www.w3.org/2000/svg"> <ellipse cx="240" cy="100" rx="220" ry="30" fill="purple" /> <ellipse cx="220" cy="70" rx="190" ry="20" fill="lime" /> <ellipse cx="210" cy="45" rx="170" ry="15" fill="yellow" /> Sorry, your browser does not support inline SVG. </svg> </body> </html>