应用截图

Layout Debugger截图1
Layout Debugger截图2

详细介绍

Chrome extension for highlighting DOM elements to better debug layout issues

- Identifying too-wide overflowing objects.
- Distinguishing block from inline elements.
- Helping to keep track of element alignment.

Adds a distinct colour outline to each visible DOM element, as well as providing a visual prompt for overflowing divs.

display: block; => blue;
display: inline; => purple;
overflowing the viewport => red!
etc..