Skip to content

Instantly share code, notes, and snippets.

@bjankord
Last active August 29, 2015 14:16
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 bjankord/65d99ce36f28199111ec to your computer and use it in GitHub Desktop.
Save bjankord/65d99ce36f28199111ec to your computer and use it in GitHub Desktop.
.shape {
background: #832333;
background: rgba(131,35,51,0.6);
}
@media screen and (min-width: 480px) {
.shape {
background: #81409f;
background: rgba(129,64,159,0.6);
}
}
@media screen and (min-width: 640px) {
.shape {
background: #894b08;
background: rgba(137,75,8,0.6);
}
}
@media screen and (min-width: 1024px) {
.shape {
background: #12779c;
background: rgba(18,119,156,0.6);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment