Creating Understanding and Educating Programmers, Developers and Technical Communities, one post at a time.

Monday, December 7, 2009

Debug CSS

It is good idea to see the styles and HTML element's dimension in complex document by using Universal Selector.

Here is the code snippet.
*
{
border : 1px solid black;
}

No comments:

Post a Comment