Having trouble with my HTML code here - I can't seem to get my div to adjust its height automatically when the content exceeds the width. When I set the width to 70px, the content still overflows. Any suggestions?
Here's my code. Thanks in advance!
<div class="center"> the quick brown fox jumps over the lazy dog... </div>
<style> .center{width:70px;} </style>