Answers for "how to make a line break at a set dimention css"

CSS
1

css line break width

span { 
    display:block;
    width:150px;
    word-wrap:break-word;
}
Posted by: Guest on March-08-2021

Code answers related to "how to make a line break at a set dimention css"

Browse Popular Code Answers by Language