Simple Website - Responsive Design Flashcards
Responsive Web Design
A technique for creating websites that work on multiple screen resolutions via the combination of fluid images, fluid grids, and media queries.
Breakpoints
The specific screen widths where a responsive layout “breaks” and needs to change in order to accommodate the screen.
Cross-Browser
The idea of a website or app working on most popular browsers. Typically during the development of a website, cross-browser testing is conducted to help create a consistent experience regardless of the user’s choice of web browser.
@media
Media queries use the @media CSS rule to define conditions of the browser medium. In other words, it allows for CSS styling to only be included if certain conditions are met, such as a specific browser width.