Mobile First Design Flashcards

1
Q

Design the smallest mobile device first going up to the largest screen.

A

Mobile First Design

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

a css technique that uses the @media rule to identify which set of styles will be applied when a certain condition is met.

A

Media query

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

sets of conditions that when met, changes the layout of a website and enables the users to consume the content in the best way possible

A

Breakpoints

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

Mobile first design means that we should not define our css for the smallest viewpoint possible

A

False

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

Mobile first design is the best strategy to creat a responsive design

A

True

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

Accprding to the research made by global digital in 2017, almost 2/4ths of the world population own a mobile device

A

False

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

Mobile design means design first

A

False

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

RWD requires a developer to have a proper mindset at all times

A

True

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

Extra small devices dont meed media queries because the default css should apply for those devices

A

False

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

Besides Breakpoints, you can also use landscaper mode to change the design of content

A

True

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

When you tild your screen to landscape mode, the viewing area will be smaller

A

False

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

Orientation is the difference between landscape and portrait modes

A

True

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

In designing a mobile first website, always remember to set the minimum height and width of 43px on the button’s Css

A

False

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