Answers for "text elipsisi css"

CSS
3

css elipsis

{
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
Posted by: Guest on September-18-2020
0

text overflow ellipsis

white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inherit;
Posted by: Guest on March-14-2022

Browse Popular Code Answers by Language