Create a gist now

Instantly share code, notes, and snippets.

@semafor /.css
Last active Oct 5, 2015

What would you like to do?
.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