Wrangling css can sometimes drive you to madness, coloring the background of each element helps immensely.
Don't forget to remove before pushing to production!
Before:
After:
To use simply place the attribute pastel
within a div and all of its children will have their background colored too.
<div pastel>
<div>
<div>
</div>
</div
</div
Run:
npm install pastel-shades
or
yarn add pastel-shades
Then in your js set-up:
const pastel = require("pastel-shades")
pastel.pastelStart();