Last active
August 29, 2015 14:16
-
-
Save bjankord/65d99ce36f28199111ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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