Question
If CSS Grid is not supported by every browser, should I be using it in my projects? (Cross-browser support)
Answer
CSS Grid is where we are headed and it is a good idea to learn this specification. The decision to use this layout method is largely dependent on the project and the browsers that need to be supported. As it stands now, CSS Grid is gaining wider adoption and can be safely be used in projects with proper fallbacks, overrides, and prefixes.