adjust the size of a header versus a paragraph tag - zilongxuan001/LearnFreecode GitHub Wiki

调整字号大小,增加标题和文本的对比度

理解

标题的字号大小(h6h1),可以逐渐变大超过段落标签的字号大小。这样在视觉上可以让用户理解页面上每个事物的位置。

你可以使用font-size属性在一个元素内调整文本的大小。

来源

Applied Visual Design: Adjust the Size of a Header Versus a Paragraph Tag | Learn freeCodeCamp

CHANGELOG

2018-10-19 11:28:11