79301814

Date: 2024-12-22 22:06:06
Score: 1.5
Natty:
Report link

I added the following to the p element, and it seems to do the job. The p element is absolute, while its parent is relative.

    text-wrap: nowrap;
    left: 50%;
    transform: translate(-50%,0);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: jay.den