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 parent-child selector?
What are the advantages of using css?
What is css and what are its advantages?
Can you write css3 code for creating boarder image?
What does plus sign mean in css?
What is css code?
What are css layers?
What is the difference between internal and external style sheets?
How does a browser determine what elements match a css selector?
What is the purpose of pt measurement unit?
What is a class selector in css?
How many types of css?