Skip to content

Instantly share code, notes, and snippets.

@rcstr
Created December 15, 2014 22:54
Show Gist options
  • Save rcstr/529312a119a1af78d40c to your computer and use it in GitHub Desktop.
Save rcstr/529312a119a1af78d40c to your computer and use it in GitHub Desktop.
.opaque {
color: red;
background-color:rgba(255,0,0,0.5);
}
<div class="opaque">
<h3>some tet</h3>
<ul>
<li>text
<li>text
<li>text
<li>text
<li>text
<li>text
<li>text
<li>text
<li>text
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment