Computer Science, asked by a2s0l1a8m45, 10 months ago

give the procedure to divide the paragraph into two columns​

Answers

Answered by vaibhavtandon98
1

Answer:

Explanation:

.content-container {

   display: flex;

   column-count:3;

   column-gap:10px;

   margin-left: 120px;

}

Place this class in your div tag under which the p tags are defined

Similar questions