79099506

Date: 2024-10-17 19:05:58
Score: 0.5
Natty:
Report link

New Fiddle

For those of you stumbling upon this topic in the far flung future of the year 2024 and beyond, you might like to use a CSS Grid Layout to solve this problem. You just need the three styles below on the parent element, in this case the "edit" div.

  display: grid;
  align-content: center;
  justify-content: center;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charles