How can I prevent this box from stretching too much? Here is the code snippet along with the output:
CSS:
.social {
padding-left: 1000px;
border: 5px inset black;
margin: 4px;
width: 100px;
}
HTML:
<div class="social">
<p>Social</p>
</div>
Output: