Skip to content

Instantly share code, notes, and snippets.

@PatrickLerner
Created June 3, 2013 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PatrickLerner/2b0493b1ed21a047a668 to your computer and use it in GitHub Desktop.
Save PatrickLerner/2b0493b1ed21a047a668 to your computer and use it in GitHub Desktop.
.card {
font-family: Arial;
font-size: 20px;
text-align: center;
color: black;
background-color: white;
background-image: url(_brushed_background.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}
.box {
background-color: white;
opacity: 0.98;
color: #191919;
border-radius: 6px;
padding: 10px;
--box-shadow: 2px 1px 1px #787878;
font-size: 26px;
}
.box-extra-space {
padding-top: 0.9em;
}
hr {
background-color: white;
border: 0;
height: 1px;
box-shadow: 2px 1px 1px #787878;
}
.hidden {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment