CSS

말 줄임(…)

// css
.txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

Contents