\(\color{red}{Ⅰ.文本單行居中}\)
$$\text{我是蒟蒻}$$
\[\text{我是蒟蒻} \]
\(\color{Black}{Ⅱ.設置字體顏色}\)
$$\color{Purple}{我是蒟蒻}$$//顏色首字母要大寫
\[\color{Purple}{我是蒟蒻} \]
\(\color{Blue}{Ⅲ.設置字體大小}\)
$$\Huge\text{我是蒟蒻}$$
$$\huge\text{我是蒟蒻}$$
$$\LARGE\text{我是蒟蒻}$$
\[\Huge\text{你想說的話} \]
\[\huge\text{我是蒟蒻} \]
\[\LARGE\text{我是蒟蒻} \]
\(\color{Yellow}{Ⅳ.設置字體背景色}\)
$$\color{Orange}\colorbox{Orange}{我是蒟蒻}$$
\[\color{Orange}\colorbox{Orange}{我是蒟蒻} \]
\(不知道為什么博客園好像不支持這種寫法,那我們只好借助html的table表格標簽\)
<table>
<tr> <!- tr表示行,td表示列,通過設置bgcolor屬性來設置背景色 ->
<td bgcolor=orange>我是蒟蒻</td>
</tr>
</table>
我是蒟蒻 |
\(\color{Pink}{Ⅴ.后續補充}\)