50+ CSS grid template
Layout in CSS has always been a difficult task: hacking solutions using positioning, floats, and therefore the one-dimensional flexbox has never been very satisfactory. Fortunately, there’s a replacement tool to feature to our arsenal: CSS Grid Layout. it’s an amazingly powerful layout system that allows us to style pages using a two-dimensional grid – offering the type of fine-grained…