the ellipsis(...) at the end of the lines as i know should appear if that text larger than the size of paragraph ! is there any thing wrong with this code ?/ why the ellipses is not appear !
#footer-section-1 p{
outline: red solid 1px;
width: 110px;
height:60px;
overflow: hidden;
text-overflow: ellipsis;
}
<section id="footer-section-1">
<p> This text it too long for me and i cant handle it right in this place! thank you for trying </p>
</section>
xt in this pargraph the eliipses (...) shold appe