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

27 Oct 2016

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

2