Answers for "span wrap html"

CSS
1

span wrap html

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

Browse Popular Code Answers by Language