Last active
July 6, 2016 02:36
-
-
Save peterramsing/ea604ca78b2fa63dd3f3790abc532d50 to your computer and use it in GitHub Desktop.
When you're needing a quick visual for what's happening with the layout on your page during dev, throw this at the top of your stylesheet.
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
* { background-color: rgba(0, 0, 255, 0.1); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment