Answers for "how to fit paragraph to the div size in html"

0

make a paragraph fit in div

.limit{
    width:50px;
    word-wrap: break-word;
}
Posted by: Guest on April-29-2021

Code answers related to "how to fit paragraph to the div size in html"

Browse Popular Code Answers by Language