79463609

Date: 2025-02-24 13:04:33
Score: 0.5
Natty:
Report link

In order not to use floats and not to clear the float, you can apply the margin. This will work with old CSS versions as well.

table {
   width: auto;
   margin-left: auto; /* This pushes the table to the right */
   margin-right: 0;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mazy