Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 355 Bytes

File metadata and controls

9 lines (7 loc) · 355 Bytes

Three-Column

A three column layout done in CSS3 without the use of floats. Flexbox is what majorly works in the following UI presented below. Feel free to fork and improve the code.

##Current layout

Consists of two containers and two boxes. All are flex items. Media query begins at resolution of 600px. Has one sidebar and two content areas.