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

Responsive Web Applications

snookca
April 27, 2017

Responsive Web Applications

At Squares Conf.

snookca

April 27, 2017
Tweet

More Decks by snookca

Other Decks in Programming

Transcript

  1. • No orders • One order • Less than one

    page of orders • Multiple pages of orders • Has Info Notifications • Tab overflow • Has Warning Notifications • Has limited access to features • Has different apps installed
  2. .two-columns { display: flex; flex-wrap: wrap; } .col1, .col2 {

    flex-grow: 1; } .col1 { flex-basis: 66%; min-width: 360px; } .col2 { flex-basis: 33%; }