79646069

Date: 2025-05-30 20:44:46
Score: 2.5
Natty:
Report link

Inspecting the HTML, you can see that the width is not bound to be an integer.

To cover all possible widths you can simply use the same values for both min-width and max-width. If you set both to 480px, when the page is exactly 480px wide then the page will appear blue because the rule that appears later in the CSS take precedence.

StackOverflow page width as seen from the editor

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • No code block (0.5):
  • Low reputation (1):
Posted by: Scydact