Simply square
I solved it on May 5, 2021. You can try to beat my record on CSSBattle!
152 chars
<div></div>
<style>
* {
margin: 0;
background: #5d3a3a;
}
div {
width: 200px;
height: 200px;
background: #b5e0ba;
}
</style>
I solved it on May 5, 2021. You can try to beat my record on CSSBattle!
<div></div>
<style>
* {
margin: 0;
background: #5d3a3a;
}
div {
width: 200px;
height: 200px;
background: #b5e0ba;
}
</style>