\(\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}{Ⅴ.后续补充}\)

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2022-01-09
  • 2021-04-19
猜你喜欢
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
相关资源
相似解决方案