set the font size of paragraph text - zilongxuan001/LearnFreecode GitHub Wiki

设置段落文本的字号大小

理解

font-size属性不精可以设置标题,也可用于段落。

<style>
 p {font-size: 16px}
</style>

来源

Applied Visual Design: Set the font-size of Paragraph Text | Learn freeCodeCamp

CHANGELOG

2018-10-19 16:41:55

⚠️ **GitHub.com Fallback** ⚠️