Skip to main content

Home/ CSS Evangelist/ Group items tagged a

Rss Feed Group items tagged

mikhail-miguel

Clean CSS - A Resource for Web Designers - Optmize and Format your CSS CSS Formatter an... - 0 views

  •  
    CSS Formatter and Optimiser
mikhail-miguel

Handy CSS Debugging Snippet - 7 views

  •  
    I use the following bit of CSS to help visualize the structure of an XHTML (or HTML) document by putting a colored outline around the border of every element. At each level in the hierarchy the color changes so you can see when "depth" changes.   * { 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 }
« First ‹ Previous 681 - 698 of 698
Showing 20 items per page