give the procedure to divide the paragraph into two columns
Answers
Answered by
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