texto com tamanho maximo ler mais html
.mostrarmais p {
width:200px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
margin:5px 0 0 0;
}
.mostrarmais input {
display:none;
position:absolute;
left:-1000px;
}
.mostrarmais input:checked + p {
white-space:normal;
}
.mostrarmais input:checked + p + label {
display:none;
}
label {
color:#fff;
background:#39f;
margin:0;
}
* {}