79709483

Date: 2025-07-21 18:18:26
Score: 0.5
Natty:
Report link

You don't need an additional element or Javascript any longer. Use fit-content. For headings, for example:

h1 {
    inline-size: fit-content; /* or `width` in LTR and RTL reading */
    margin-inline: auto;
}

See a demo on Codepen.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nabrown