Show all blocs of a page


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

Great to see exactly the position of all the blocs in a page.

Thanks to Chris Coyier for this tip.


Copy this code and paste it in your HTML
  1. * {
  2. border: 1px solid red !important;
  3. }

URL: http://css-tricks.com/the-css-box-model/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.