h1 { color: red; } @media screen and (max-width: 768px) { h1 { color: blue; } }