Skip to content

Instantly share code, notes, and snippets.

@mertkahyaoglu
Created December 31, 2016 08:05
Show Gist options
  • Save mertkahyaoglu/de6862500fdf735b7825763e6ce992d4 to your computer and use it in GitHub Desktop.
Save mertkahyaoglu/de6862500fdf735b7825763e6ce992d4 to your computer and use it in GitHub Desktop.
Awesome Card CSS
.card {
padding: 10px;
display: block;
background: white;
border-radius: 6px;
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment