Skip to content

Instantly share code, notes, and snippets.

@SafaElmali
Last active April 4, 2021 18:13
Show Gist options
  • Save SafaElmali/b25ee32e08d4fb4e0ec9bc7a51ae5fe9 to your computer and use it in GitHub Desktop.
Save SafaElmali/b25ee32e08d4fb4e0ec9bc7a51ae5fe9 to your computer and use it in GitHub Desktop.
4 - CSSBattle - Target #5 - Acid Rain
<div>
</div>
<style>
body {
background: #0b2429;
}
div {
width: 120px;
height: 120px;
background: #998235;
border-radius: 50%;
border-top-right-radius:0%;
position:relative;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment