Clearly Ive missed something about grid layouts but I cant seem to get my hand on what it is… I cant get my grid to work as intended no matter what I try. Any help with this or any other suggestions for my code would be really appreciated!
Nice code for the grid-template-columns of the cards.
When using grid-template-areas the actual areas need to be direct children of the grid. I recommend using Flexbox for the header, Grid for main and another Grid for the cards (like you already did).
Please tell me if you have need more help or I should take another look at your solution.