Question: HTML question Create a layout similar to following using FlexBox AND Grid Layout. 200px 1fr 100px Title Main 1fr Menu - - 1 auto Footer
HTML question

Create a layout similar to following using FlexBox AND Grid Layout. 200px 1fr 100px Title Main 1fr Menu - - 1 auto Footer Hint: You need to create flexbox containers and use float to display the second in front of first. And use flex-direction:column for each of the flex container. You can use something like height:20% for flex items and something like width:20% for flex container
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
