Based on:
A Pen by Chris Coyier on CodePen.
| .row { | |
| width: 100%; | |
| margin: 0; | |
| padding: 0; | |
| box-sizing: border-box; | |
| height: auto; | |
| display: block; | |
| zoom: 1; | |
| } | |
| .row.flex:after { |
Based on:
A Pen by Chris Coyier on CodePen.
| /* Simple JavaScript Inheritance | |
| * By John Resig http://ejohn.org/ | |
| * MIT Licensed. | |
| */ | |
| // Inspired by base2 and Prototype | |
| /* jshint ignore: start */ | |
| var initializing = false; | |
| function Class () { |
| /* Simple JavaScript Inheritance | |
| * By John Resig http://ejohn.org/ | |
| * MIT Licensed. | |
| */ | |
| // Inspired by base2 and Prototype | |
| /* jshint ignore: start */ | |
| var initializing = false; | |
| function Class () { |