Last active
April 4, 2021 18:13
-
-
Save SafaElmali/9b5d1c5e4d0a0a1a9b09f5ed76ecb16a to your computer and use it in GitHub Desktop.
3 - CSSBattle - Target #5 - Acid Rain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
</div> | |
<style> | |
body { | |
background: #0b2429; | |
} | |
div { | |
width: 120px; | |
height: 120px; | |
background: #998235; | |
border-radius: 50% 0% 50% 50%; | |
position:relative; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment