<div class="stretch-container"> <p>This paragraph will stretch because the container has a fixed width and the text is justified with wide letter spacing.</p> </div> .stretch-container width: 100%; max-width: 800px; background: #f4f4f4; padding: 2rem;