Skip to content

battle3

DevGod
DevGod
Vtuber
<div a></div>
<div b></div>
<div c></div>
<style>
body{
background: #6592CF
}
div[a]{
background:#243D83;
width:300;
height:150;
position:fixed;
top:75;
left:50
}
div[b]{
border: 50px solid #6592CF;
border-radius:100%;
position:fixed;
top:150;
left:200;
translate:-50% -50%;
width:150;
height:150
}
div[c]{
background:#EEB850;
border-radius:100%;
position:fixed;
top:150;
left:200;
translate:-50% -50%;
width:50;
height:50
}
</style>