Media queries

One of the best things about Bootstrap is the fact that you can incorporate media queries into your CSS files, which essentially lets you start specific items or breakpoints and helps you target styles for specific devices. If you first head to the Documentation tab and then head to the layout section, then we just need to scroll down slightly to the Responsive breakpoint section. We can see our media queries here. We can see that the breakpoints are important as these are generally used as guidelines for the queries so you can determine which device you want a style for:

Responsive breakpoint

In this first section of code, we ...

Get Practical Web Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.