WP-Mix

A fresh mix of code snippets and tutorials

CSS to debug CSS

Here is a minimal set of CSS styles useful for debugging your CSS codes.

/* Debug CSS */
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }

★ Pro Tip:

Digging Into WordPressGA Pro