Define a two column layout using flexbox ?



Define a two column layout using flexbox ?..

Answer / hrpynux@gmail.com

To create a two-column layout, first we create a <div> element with property display: flex, it makes that a div flexbox and then add flex-direction: row, to make the layout column-wise. Then add the required div inside the above div with require width and they all will come as columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

How are css files saved?

0 Answers  


What does element style mean?

0 Answers  


What is a div in css?

0 Answers  


What benefits and demerits do External Style Sheets have?

0 Answers  


Define a two column layout using flexbox ?

1 Answers  






What are the three parts of a css style?

0 Answers  


What is ‘important’ declaration used in css?

0 Answers  


Define Image sprites with context to CSS ?

0 Answers  


How do style sheets cascade?

0 Answers  


What is the highest z index?

0 Answers  


How to create rounded corners using css3?

0 Answers  


hot to specify the content box size of a block element?

0 Answers  


Categories