Define a two column layout using flexbox ?
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 |
What is the used of !important?
What are layout techniques?
What is an xsl file?
How do you create a style sheet?
How do I center block-elements with css1?
What are the types of gradients in css3?
How can you create rounded corners in css3?
What is inline css test?
What is the purpose of the z-index and how is it used?
What is the difference between class selector and id selector in css?
How can we group heading elements in html?
What is text align justify?