Trying to add a background to the whole page using the pattern in the body tag.
<body class="pattern-grid-xl grid-color grid-secondary-color">
This is my CSS
<style> .grid-color { background-color: black; } .grid-secondary-color { color: white; } </style>
However I just see a black background, no white lines. What am I missing?
Trying to add a background to the whole page using the pattern in the
bodytag.<body class="pattern-grid-xl grid-color grid-secondary-color">This is my CSS
<style> .grid-color { background-color: black; } .grid-secondary-color { color: white; } </style>However I just see a black background, no white lines. What am I missing?