Tianhe Gao

css-adjust-one-word-instead-a-whole-paragraph

当鼠标悬浮在链接上时,只改变该链接的文本的字体大小,而不影响链接文本所在段落的行高。

[Demo](https://github.com/tianheg/csszengarden/blob/main/days/first-30-days/3/index.html)

从我的博客的标签页,可以找到一种设计:

```html <div> <a>Link</a> <a>Link</a> </div> ``` 这样尝试似乎不行。


No notes link to this note