body{ background-color: red; } @media screen and (max-width:300px){ body{ background-color: green; } }