Answer Posted / 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 View All Answers
What is the synonym of cascade?
What are new features in css3?
What are gradients in css?
How we create border using images by css3?
How do you control image repetition using css?
What is 1em?
What is css root?
Differentiate logical tags from physical tags?
What is word-break property used in css3?
What are the 3 types of css?
How do I enable cascading style sheet in css?
What is css give example?
What is inline style sheet?
Which property is used to add or subtract space between the letters that make up a word?
What is a flex container?