1 2 3 4 5 6 7 8 9 10
div { width: 500px; height: 10px; background: purple; } @media screen and (max-width: 200px) { div { width: 100px; } };