Skip to content

battle5

DevGod
DevGod
Vtuber
<div c></div>
<div b></div>
<div a></div>
<style>
body{
background: #0B2429
}
div{
background:#F3AC3C;
translate: -50% -50%;
position:absolute;
border-radius: 100% 0% 100% 100%;
width:120;
height:120
}
div[a]{
left:140;
top:210
}
div[b]{
background:#998235;
left:200;
top:150
}
div[c]{
border-radius: 100%;
left:260;
top:90
}
</style>