I’ve been trying to play around with some css in the rich text component, but can’t figure out how to centre align the text.
currently I have the following:
<span
style="
color: steelblue;
font-size: medium;
text-align: center;
"> [Text]
Does anyone know if this is possible?