Created
March 25, 2021 09:03
-
-
Save SafaElmali/946df068a54429187dadfdb1ef42c7d9 to your computer and use it in GitHub Desktop.
3 - CSSBattle - Target #4 - Ups n Downs
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> | |
<div></div> | |
<div></div> | |
<style> | |
body{ | |
background:#62306D; | |
display:flex; | |
justify-content:center; | |
align-items:center; | |
} | |
div{ | |
width:100px; | |
height:100px; | |
background:#F7EC7D; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment