Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Responsive Design

danielwang
March 14, 2019
56

Responsive Design

danielwang

March 14, 2019
Tweet

Transcript

  1. Agenda PageUp’s mobile strategy Responsive design definition Grid system GEL

    responsive templates Design phase Development phase Testing
  2. What is Responsive Design? Responsive design is about creating great

    experience on all devices! Responsive design will automatically adjust for different screen sizes and viewports. Responsive design is about using HTML and CSS to automatically show/hide, shrink/enlarge, resize, reorder UI elements on a page, to make functionalities work in various viewports on all devices.
  3. Understand BT grid • Viewport and breakpoints • 12 Grids

    • Spacing • Positioning and alignment • Display • Sizing
  4. Reference Responsive design is about using HTML and CSS to

    automatically show/hide, shrink/enlarge, resize, reorder UI elements on a page, to make functionalities work in various viewports on all devices. • Display • Flex • Grid • Sizing • Spacing
  5. FQA Do I need write CSS in media query in

    my project? ❖ No, if use GEL, for layout purpose ❖ No, if it is standard page, standard components When do I write CSS in media query? ❖ If not use GEL ❖ If specific problem ❖ Side projects