And willing to offer up my own project to be dissected:
First I would start by saying against so many other ‘wacky’ standards I feel the concept and implementation of CSS Grid just makes so much ‘sense’.
However, I have had some problems even though ‘caniuse.com’ says this should be very widely accepted.
I guess my first question is, I can get these images to line up great horizontally, but not vertically, and I don’t get it…
I’ve even tried changing the row size to match and it seems to have no effect-- Where is the ‘border’ coming from ?
Second I guess is a much deeper HTML question I still have, or for example ‘#greenButton’ is a Div with Div.
I can position this where I want with ‘absolute’, yet that also seems relative to the whole damn screen.
Thus, even within CSS Grid, I am wondering what is the right way to tell an object, text, image, whatever you belong in this certain spot of a grid space relative to the master ?