Put Borders Around Web Page Elements With CSS
Join the DZone community and get the full member experience.
Join For FreeFound at http://homepage.mac.com/chrispage/iblog/C42511381/E20060806095030/index.html
* { 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 }
CSS
Opinions expressed by DZone contributors are their own.
Comments