A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <title>Page Not Found</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <h1>Page Not Found</h1> | |
| <p>Sorry, but the page you were trying to view does not exist.</p> |