I have a percentage width.
.box { border: 5px solid darkblue; width: 50%; }
<div class="box"> I have a percentage width. </div>