Skip to content

Instantly share code, notes, and snippets.

@paltorg
Last active May 16, 2019 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paltorg/26f6bd2610e9f0b5a18aeb537b7a1179 to your computer and use it in GitHub Desktop.
Save paltorg/26f6bd2610e9f0b5a18aeb537b7a1179 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 767px) {
header {
max-height: auto;
background-color: gray;
background-image: url("https://backgroundimage.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-size: cover;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment