LinDaiDai/niubility-coding-js

🍃第1期第6题:文字单超出显示省略号

Opened this issue · 0 comments

文字单超出显示省略号

div {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}