Skip to content

Instantly share code, notes, and snippets.

@Bogidon
Created September 16, 2015 14:57
Show Gist options
  • Save Bogidon/130c257ef625abe71132 to your computer and use it in GitHub Desktop.
Save Bogidon/130c257ef625abe71132 to your computer and use it in GitHub Desktop.
JS Fiddle Console CSS
#console-log {
position: fixed;
bottom: 10px;
left: 10px;
right: 10px;
padding: 10px;
background-color: #eee;
color: #777;
font-family: sans-serif;
}
#console-log p {
padding: 10px 0px;
margin: 0px;
}
#console-log p:nth-child(n+2) {
border-top: 1px solid #bbb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment