Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

讲真,别乱用line-height。 #21

Open
NoName4Me opened this issue Aug 20, 2018 · 0 comments
Open

讲真,别乱用line-height。 #21

NoName4Me opened this issue Aug 20, 2018 · 0 comments

Comments

@NoName4Me
Copy link
Owner

  1. line-height 会传递给子孙
  2. 不要滥用它做垂直居中对齐,尤其是对单行(加粗)文字
  3. 多用数字(1.2),少用 length(如20px)

一个line-height的小DEMO #post on CodePen:

image


参考:

  1. Fun with line-height!: https://css-tricks.com/fun-line-height/
  2. Deep dive CSS: font metrics, line-height and vertical-align: https://iamvdo.me/en/blog/css-font-metrics-line-height-and-vertical-align
@NoName4Me NoName4Me changed the title 讲真,慎用line-height。 讲真,别乱用line-height。 Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant