Skip to content

Instantly share code, notes, and snippets.

@semafor
Last active October 5, 2015 07:56
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 semafor/263e90d20c8136218075 to your computer and use it in GitHub Desktop.
Save semafor/263e90d20c8136218075 to your computer and use it in GitHub Desktop.
.card:before {
content: "Silo n";
display: block;
border-bottom: 1px solid #ccc;
background-color: antiquewhite;
padding: 0.5em;
text-align: center;
}
.card {
border: 1px solid #ccc;
margin: 20px;
border-radius: 6px;
}
.card .display {
padding: 0
}
.card tr {
border-bottom: 1px solid #ccc;
}
.card tr:last-child {
border-bottom: 0;
}
.card td, .card th {
padding: 0.5em;
vertical-align: middle;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment