@media only screen and (max-width: 768px) { body { background-color: rgb(1, 192, 255); } } @media only screen and (max-width:480px) { body { background-color: rgb(173, 230, 198); } }

Media Resizing

Media resizing is the use of media queries in CSS to resize pages.

This is a common internet practice.