This website requires JavaScript.
Explore
Help
Sign In
webcourse
/
web
Watch
1
Star
0
Fork
0
You've already forked web
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6b3c0bfaee9bfe4a2c036d480f78fdb958a8d75e
web
/
03-CSS进阶
/
CSS开发积累.md
qianguyihao
e50e10efe0
add: 各大平台的默认字体加粗效果
2019-10-16 14:42:38 +08:00
136 B
Raw
Blame
History
让文字只显示一行,超出显示省略号
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
Reference in New Issue
View Git Blame
Copy Permalink