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
How many types of css are there?
What are the difference between "display:none" and "visibility:hidden" in css?
Name all the modules which are used in the current version of css.
Describe ‘ruleset’?
What is css font size?
What is 'important' declaration?
What is hover over image?
Can default property value be restored through CSS? If yes, how?
What is margin collapsing?
How do you collapse margins in css?
Who maintains the CSS specifications?
Explain the following common css units of length: cm, em, in, mm, pc, pt, and px.
What is div in css?
What is the purpose of em measurement unit?
What are the new things in css3?