Skip to content

battle7

DevGod
DevGod
Vtuber
<div c></div>
<div b></div>
<div a></div>
<style>
body{
background:#0B2429
}
div{
width:150;
height:150;
border-radius: 67% 0 67% 0;
position:fixed;
translate:-50% -50%;
left:200;
top:150;
}
div[a]{
background:#F3AC3C;
left:250
}
div[b]{
background:#998235
}
div[c]{
background:#1A4341;
left:150
}
</style>