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

Responsive Web Applications with Container Queries

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for snookca snookca
October 18, 2016

Responsive Web Applications with Container Queries

Avatar for snookca

snookca

October 18, 2016
Tweet

More Decks by snookca

Other Decks in Programming

Transcript

  1. .two-columns { display: flex; flex-wrap: wrap; } .col1, .col2 {

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