Skip to content

Instantly share code, notes, and snippets.

@SafaElmali
Created March 25, 2021 09:03
Show Gist options
  • Save SafaElmali/946df068a54429187dadfdb1ef42c7d9 to your computer and use it in GitHub Desktop.
Save SafaElmali/946df068a54429187dadfdb1ef42c7d9 to your computer and use it in GitHub Desktop.
3 - CSSBattle - Target #4 - Ups n Downs
<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