<div class="txt">Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.Тут какой-то текст.</div>
<div class="txt">Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.Here is another text.</div>
body {
margin: 0;
background: #74a142;
}
.txt {
width: 300px;
height: 55px;
margin: 15px;
padding: 5px 10px;
border: 1.5px solid #346e29;
overflow: hidden;
text-overflow: ellipsis;
display: box;
line-clamp: 3;
box-orient: vertical;
direction: rtl;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.