Skip to content

Instantly share code, notes, and snippets.

@gsemino
Created November 27, 2017 17:22
Show Gist options
  • Save gsemino/626193b8f8aaf15d922bc71904eafa4f to your computer and use it in GitHub Desktop.
Save gsemino/626193b8f8aaf15d922bc71904eafa4f to your computer and use it in GitHub Desktop.
media queries css file
@media only screen and (max-width: 767px) {
header {
max-height: auto;
background-color: gray;
background-image: url("https://multicdn.synq.fm/projects/24/19/2419e41be6e04824a8f5019076bf61fe/derivatives/thumbnails/8c/41/8c4179f509914ee8a1906193db830756/0000630.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