Skip to content

Instantly share code, notes, and snippets.

@teriu
Last active December 19, 2015 10:39
Show Gist options
  • Save teriu/5942385 to your computer and use it in GitHub Desktop.
Save teriu/5942385 to your computer and use it in GitHub Desktop.
Dev Styling to show the box model for objects, great for setting up the site structure. Only tested on Google Chrome.
* {
box-shadow: inset 0px 0px 0 1px #888 !important;
background: transparent !important;
color: #000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment