Target #5 (Acid Rain) - CSSBattle with full source code in 2022
Source Code: <div></div>
<div>
<style>
* {
background: #0B2429;
}
div {
width: 120px;
height: 120px;
margin: 30px 192px;
border-radius: 60px;
background: #F3AC3C;
}
div:nth-of-type(2) {
margin: -30px 72px;
box-shadow: 60px -60px #998235;
border-radius: 60px 0 60px 60px;
}
</style>
Comments
Post a Comment