Block sizes

w-content
text text text text text text
text text text
text text text
w-half
w-full
w-10
w-10
w-55
  <div class="d-block">
    <div class="box box-info w-content">w-content</div>
    <div class="box box-info w-content">text text text text text text</div>
    <div class="box box-info">text text text<br>text text text</div>
  </div>

  <div class="d-flex mt-1">
    <div class="box box-info w-half">w-half</div>
    <div class="box box-info w-full">w-full</div>
    <div class="box box-info w-10">w-10</div>
  </div>

  <div class="d-flex mt-1">
    <div class="box box-info w-10">w-10</div>
    <div class="box box-info w-55">w-55</div>
  </div>
w-contentAdjust the block size to match the width of the content.
w-screenAdjust the block size to match the width of the screen.
w-fullSet block size to 100% width.
w-halfSet block size to 100% width.
w-5...95Set the block size to 5%...95% of the width in 5% increments.
w-1rem...30remSet the block size to 1rem...30rem of the width in 1rem increments.
h-contentAdjust the block size to match the height of the content.
h-screenAdjust the block size to match the height of the screen.
h-fullSet block size to 100% height.
h-halfSet block size to 100% height.
h-5...95Set the block size to 5%...95% of the height in 5% increments.
h-1rem...30remSet the block size to 1rem...30rem of the height in 1rem increments.