224-animated-css-grid
224-animated-css-grid copied to clipboard
Episode 224 - Build Three CSS Grid Layouts from Scratch
Since default value for `grid-row-end` and `grid-column-end` is `auto`, it's safe to remove them for cleaner code.
When trying this out my images weren't fitted to the ``s. I've since fixed it by adding `background-size: cover;` to the `.card` class. If you allow pull requests for such...
hey @codediodeio, you could probably include `grid-auto-flow: dense;` to avoid having holes in the gallery, for example if you remove the first 3 images you can see something like this:...