I would know if it was possible to highligth the (logically) invisible margin and padding in a page. Like when we use the inspector dev tools of a browser but permanently.
The purpose is to see in the browser if margins and paddings are set in a logical thought.
The easiest way would be a browser plugin ?
Thank's Nicolas.
There isn't direct way but you can use
background
properties to achieve the same. From below code, you can addhighlight-props
class name to the parent element to which the props should be highlighted.