From the course: CSS: Combining Grid and Flexbox

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Compatibility and resources

Compatibility and resources - CSS Tutorial

From the course: CSS: Combining Grid and Flexbox

Compatibility and resources

- [Instructor] As you're starting to implement Grid and Flexbox into your webpages, you may be concerned about support. Let me give you some resources that you can use to ensure that your website is accessible by a wide variety of your users. The first place that I invite you to visit is the Can I Use website. I've brought this up for both Flexbox and Grid. As you can see, for the most part, both Flex and Grid have really good support in just about all the modern browsers. But with that being said, if you're trying to build out a website that is backwards compatible, you may experience some issues. Luckily, there are workarounds and fallbacks. Let's look at some technologies that we can use to ensure that our pages are going to be accessible by the widest variety of users. This website is a great resource for Flexbox bugs. You will see that many of the listed bugs apply to older browser versions and they are fixed in…

Contents