0 votes
in Bootstrap by
Which of the following is a part of Mobile First Strategy of Bootstrap?

A. Content: Determine what is most important.

B. Layout: Design to smaller widths first. Base CSS address mobile device first; media queries address for tablet, desktops.

C. Progressive Enhancement: Add elements as screen size increases.

D. All of the above.
...