Skip to content

Instantly share code, notes, and snippets.

@cleitonfco
Created April 13, 2012 22:11
Show Gist options
  • Save cleitonfco/2380466 to your computer and use it in GitHub Desktop.
Save cleitonfco/2380466 to your computer and use it in GitHub Desktop.
Color Fallback (RGBa)
/**
* Color Fallback (RGBa)
*/
div {
width:32px;
padding:40px;
font:20px "Helvetica Neue", sans-serif;
margin:0 20px;
}
div#full {
background-color: rgb(255, 153, 0);
}
div#half {
background-color: rgb(255, 153, 0);
background-color: rgba(255, 153, 0, 0.5);
}
<div id="full"></div>
<div id="half"></div>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment