Create a less file that styles html code with two divs that each contains a header and a paragraph. Each div should have a different background color, the same header text color, and paragraph text color that is a mix of the background color and the header text color. The less file should have:
- a variable for the header color.
- a mixin with with a parameter for the background color that:
- sets the background color to the parameter
- sets the text color of a nested header to the header text color variable
- sets the text color to a mix of the background color and the header color
- two classes that use the mixin to set the color of the two divs
Submission
Submit your code on the course Inquire site.