Last active
December 30, 2015 15:19
-
-
Save lonekorean/7847270 to your computer and use it in GitHub Desktop.
Alpha transparency colors
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
color: rgba(0, 0, 0, 0.4); /* semi-transparent black */ | |
color: rgba(255, 255, 255, 0.4) /* semi-transparent white */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment