Outline to all page elements

PHOTO EMBED

Thu Oct 07 2021 08:16:43 GMT+0000 (Coordinated Universal Time)

Saved by @rhaduuu #css

* {
  outline: 1px solid red;
}
content_copyCOPY

Adds outline to all elements for overflow debug

https://www.smashingmagazine.com/2021/10/guide-debugging-css/