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

Popular posts from this blog

3D Carousel on Squarespace website with html css and js code by jishaansinghal

how to add a button as a circle button on the Squarespace by jishaansinghal

How to add Vector Scrolling GSAP animation Effects on your Squarespace Website in 2022 with full source code by jishaansinghal