Skip to content

battle2

DevGod
DevGod
Vtuber
<div></div>
<div></div>
<div></div>
<div></div>
<style>
body {
background:#62374e;
margin:50px;
display:grid;
grid-template-columns: auto auto;
justify-content: space-between;
align-content: space-between;
}
div {
width: 50px;
height: 50px;
background: #fdc57b;
}
</style>