Simple Website - Responsive Design Flashcards

1
Q

Responsive Web Design

A

A technique for creating websites that work on multiple screen resolutions via the combination of fluid images, fluid grids, and media queries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Breakpoints

A

The specific screen widths where a responsive layout “breaks” and needs to change in order to accommodate the screen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cross-Browser

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

@media

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly