Using CSS Grid: Supporting Browsers Without Grid

When using any new CSS, the question of browser support has to be addressed. This is even more of a consideration when new CSS is used for layout as with Flexbox and CSS Grid, rather than things we might consider an enhancement. In this article, I explore approaches to **dealing with browser support today**. What are the practical things we can do to allow us to use new CSS now and still give a great experience to the browsers that don’t support it?

Source: Using CSS Grid: Supporting Browsers Without Grid

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.