05-14-2021, 10:24 AM
Hi Hyeonah,
The most effective way to set any arbitrary space before or after a text stimulus is using the <p> tag like this:
You can in fact use any CSS styles this way. Hope this helps.
The most effective way to set any arbitrary space before or after a text stimulus is using the <p> tag like this:
Code:
<p style="margin-bottom: 30px">The story is set in northen Italy</p>
You can in fact use any CSS styles this way. Hope this helps.