Created
May 27, 2017 18:12
-
-
Save bhrott/859e62de0f4c61796bcedc151bf6278f to your computer and use it in GitHub Desktop.
Css Card Size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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