Created
August 22, 2016 07:51
-
-
Save viters/37849fc3a9840cd309c524ff74f13bd0 to your computer and use it in GitHub Desktop.
This file contains 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
body { margin: 30px; } | |
/* Add some margin to the body to add space and | |
see where your offending elements cross the line */ | |
body * { border: 1px solid red; } | |
/* add a border to all other elements on the page */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment