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 empty tag in html?
What are the different variations of CSS ?
How do you cascade information effectively?
How to create rounded corners?
What is a tag selector?
What are 2d transforms in css3?
Explain grouping and nesting of css selectors.
Where do I put css?
What is css3 used for?
Can multiple elements have the same id?
What is difference between css3 and css4?
Do any wysiwyg editor support the creation of style sheets? Any text-based html editor?
Why call the subtended angle a "pixel", instead of something else (e.g. "Subangle")?
What is the purpose of vmin measurement unit?
Is there any provision to include one or more declaration in a selector?