Skip to content

Instantly share code, notes, and snippets.

@abdelfattah-atef94
Created November 26, 2019 08:40
Show Gist options
  • Save abdelfattah-atef94/5a542b9e6c86651b8ed92ff33ea9cb8c to your computer and use it in GitHub Desktop.
Save abdelfattah-atef94/5a542b9e6c86651b8ed92ff33ea9cb8c to your computer and use it in GitHub Desktop.
body{
margin: 20px;
padding: 0;
background: #eeeeee;
}
ul{
list-style-type: none;
padding: 0;
}
li{
background: #fff;
border-radius: 4px;
margin-bottom: 10px;
font-weight: bold;
box-shadow: 1px 1px rgba(0,0,0,0.1);
padding: 10px;
}
span{
color: #ccc;
display: block;
margin: 5px 0;
font-size: 14px;
font-weight: normal;
}
p{
margin: 0;
font-size: 12px;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment