【发布时间】:2021-04-03 21:40:57
【问题描述】:
我正在尝试使用 css 更改行高和字体大小,但它不起作用
HTML 代码:
<h2>I no longer have to sniff other dogs for love. I've found the hottest Corgi on TinDog. Woof.</h2>
css代码:
h2{
font-family: 'Montserrat', sans-serif;
font-size: 10rem;
line-height: 1.5;
}
【问题讨论】:
标签: html css bootstrap-4