I'm trying to get words inside a div to auto-fit to the size of the div. If the div is small, the words inside the div should shrink to accommodate the div. If the div is big, the words inside the div should stretch to fit the div. How would I accomplish that? Thank you.
#hello {
width: 50px;
height: 50px;
border: 1px solid black;
}
<div id = 'hello'>
Hello Hello Hello Hello Hello Hello Hello Hello Hello
Hello Hello Hello Hello Hello Hello Hello Hello Hello
Hello Hello Hello Hello Hello Hello Hello Hello Hello
Hello Hello Hello Hello Hello Hello Hello Hello Hello
Hello Hello Hello Hello Hello Hello Hello Hello Hello
</div>