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?
The post Using CSS Grid: Supporting Browsers Without Grid appeared first on Smashing Magazine.