CSS debugging code


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. * { outline: 2px dotted red }
  2. * * { outline: 2px dotted green }
  3. * * * { outline: 2px dotted orange }
  4. * * * * { outline: 2px dotted blue }
  5. * * * * * { outline: 1px solid red }
  6. * * * * * * { outline: 1px solid green }
  7. * * * * * * * { outline: 1px solid orange }
  8. * * * * * * * * { outline: 1px solid blue }

URL: http://programmingishard.com/languages/css

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.