Skip to content

Another use case for absolute positioning elements within inline text to support hanging punctuation.

Supports varying sizes of text, without the need for custom negative text indent values.

<p class="relative inline-block">
  <span class="absolute right-full">“</span>Lorem ipsum dolor sit amet
  consectetur adipisicing elit. Iste officia quasi fugiat, dolores ab nam
  repellendus voluptate”
</p>