I inserted multiple paragraphs of text into a column.
To ensure the text is responsive and surrounded by a border, I created simple HTML code within a div tag:
<p> text here</p>
<p> 2nd para</p>
<p> 3rd para</p>
<p> 4th para</p>
Is it possible to add a single border around all of the paragraphs?