-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels