【发布时间】:2020-08-15 17:24:48
【问题描述】:
非常基本的问题:我想将文本居中对齐并为 gorilla 软件增加 html 中的字体大小,但我似乎找不到方法。
这是两个单独的命令:
<p style="font-size: 150%;">This is my text. %</p>'
<p style="text-align: center;">This is my text.</p>
我尝试了类似的方法,但没有成功:
<p style="font-size: 150%;" style="text-align: center;">This is my text. %</p>
谢谢
【问题讨论】: