Skip to content

Instantly share code, notes, and snippets.

@welzie
Last active April 8, 2020 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save welzie/5247f5ac36e973903cd5202af50932e6 to your computer and use it in GitHub Desktop.
Save welzie/5247f5ac36e973903cd5202af50932e6 to your computer and use it in GitHub Desktop.
.search-form {
margin-bottom: 40px;
}
button {
margin-left: 10px;
color: #fff;
background-color: #009b25;
border-radius: 4px;
padding: 2px 5px;
font-size: 18px;
cursor: pointer;
}
<style>
body {
font-family: 'Helvetica', 'Courier';
}
h3 {
color: #34495E;
}
</style>
.counts {
background: #34495E;
color: #fff;
border-radius: 5px;
width: 225px;
}
.counts div {
padding: 8px;
}
.counts span {
float: right;
}
.sortable {
cursor: pointer;
color: #dd5;
}
.warning {
background-color: #da8a8a;
}
table {
color: #111;
border-radius: 5px;
overflow: hidden;
margin: 12px 0;
min-width: 300px;
background: #dad8d8;
}
.header-row {
background: #34495E;
color: #fff
}
th, td {
text-align: left;
margin: 5px 10px;
padding: 6px;
}
@jpgfour
Copy link

jpgfour commented Apr 8, 2020

thanks Welzie!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment