Html – Css: flex column that fill 100% space from header to footer
I'm learning html/css vanilla design. My layout should be an header, a footer and 3 columns that fill all the space, whatever their content. I'm thinking in a layout grid-based for the 3 columns, and idea was to use display:flex;…