Skip to content

Instantly share code, notes, and snippets.

@Strongground
Created January 15, 2019 14:08
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 Strongground/fefca67ce99281c6307213aa9f66d744 to your computer and use it in GitHub Desktop.
Save Strongground/fefca67ce99281c6307213aa9f66d744 to your computer and use it in GitHub Desktop.
Universal Debugging Styles
<style>
.debug {
position:fixed;
bottom:0;
left:0;
z-index:99999999;
width:100%;
min-height:25px;
line-height:25px;
background:#ef4f2f;
color:white;
font-family:Arial,sans-serif;
font-size:12px;
font-weight:600;
letter-spacing:.5px;
text-align:center;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
</style>
<div class="debug">
Some debug stuff
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment