Overflow text with an ellipsis

PHOTO EMBED

Mon May 16 2022 00:14:05 GMT+0000 (Coordinated Universal Time)

Saved by @scrif #css #html

.overflowing {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
content_copyCOPY

https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-more-text-styles