This code displays a line of code and then gives three dots. example:
The Alsos Mission was an Allied unit formed to ...
I want two or three lines and then three points
example:
The Alsos Mission was an Allied unit formed to
investigate Axis scientific developments ...
div{
width : 500px;
overflow:hidden;
display:inline-block;
text-overflow: ellipsis;
white-space: nowrap;
}
<div>
The Alsos Mission was an Allied unit formed to investigate Axis scientific developments, especially nuclear, chemical and biological weapons, as part of the Manhattan Project during World War II. Colonel Boris Pash, a former Manhattan P
</div>