css responsive

CSS
@media only screen and (max-width: 600px) {
  body {
	background-color: lightgrey;
  }
}
 
Source

Also in CSS: