-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
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