Skip to content

Instantly share code, notes, and snippets.

@bhrott
Created May 27, 2017 18:12
Show Gist options
  • Save bhrott/859e62de0f4c61796bcedc151bf6278f to your computer and use it in GitHub Desktop.
Save bhrott/859e62de0f4c61796bcedc151bf6278f to your computer and use it in GitHub Desktop.
Css Card Size
.card {
width: 230.551181102px;
height: 325.039370079px;
border: 5px solid #8B7355;
overflow: hidden;
float: left;
position: relative;
margin: 10px 10px;
background-image: url(img/parchment-bg.jpg);
background-size: 100% 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment