employer cover photo
employer logo

VMware Interview Question

Write html/css code for a layout that has a fixed header and footer and a flexible body with two columns.

Interview Answer

Anonymous

Oct 27, 2016

I kept it simple, flexbox for layout and simple html structure with htmnl5 elements.

2