/* Screen resolution stats */ body { background: black; } @media (max-width: 1024px) { body { background: lightslategray; } }