Mobile First Design Flashcards
Design the smallest mobile device first going up to the largest screen.
Mobile First Design
a css technique that uses the @media rule to identify which set of styles will be applied when a certain condition is met.
Media query
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
Breakpoints
Mobile first design means that we should not define our css for the smallest viewpoint possible
False
Mobile first design is the best strategy to creat a responsive design
True
Accprding to the research made by global digital in 2017, almost 2/4ths of the world population own a mobile device
False
Mobile design means design first
False
RWD requires a developer to have a proper mindset at all times
True
Extra small devices dont meed media queries because the default css should apply for those devices
False
Besides Breakpoints, you can also use landscaper mode to change the design of content
True
When you tild your screen to landscape mode, the viewing area will be smaller
False
Orientation is the difference between landscape and portrait modes
True
In designing a mobile first website, always remember to set the minimum height and width of 43px on the button’s Css
False