TESTING 1

/* Create four equal columns that sits next to each other */ .column { -ms flex: 25%; /* IE10 */ flex: 25%; max width: 25%; padding: 0 4px; }