@media only screen and (min- 100px) and (max- 640px) { div { 100px; height: 100px; } } @media only screen and (min- 641px) and (max- 789px) { div { 200px; height: 200px; } }
@media only screen and (min- 100px) and (max- 640px) { div { 100px; height: 100px; } } @media only screen and (min- 641px) and (max- 789px) { div { 200px; height: 200px; } }