This blog has been retired, new updates are happening at http://josephscott.org/
0

CSS Debugging

Posted on August 7th, 2006 / Comments Off
Tags:

Here is an interesting approach to CSS debugging:

  * { 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 }
Tags:

No Responses to “CSS Debugging”

Comments are closed.

Ads