Skip to content

Instantly share code, notes, and snippets.

@abdelfattah-atef94
Created November 25, 2019 11:28
Show Gist options
  • Save abdelfattah-atef94/a8c36efaa4a46a52fa466adc244913de to your computer and use it in GitHub Desktop.
Save abdelfattah-atef94/a8c36efaa4a46a52fa466adc244913de to your computer and use it in GitHub Desktop.
body{
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.container{
padding: 30px;
}
.list{
list-style-type: none;
padding: 0;
}
.item{
padding: 10px;
border-radius: 4px;
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
width: 200px;
margin-bottom: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment