Created
December 15, 2014 22:54
-
-
Save rcstr/529312a119a1af78d40c 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
.opaque { | |
color: red; | |
background-color:rgba(255,0,0,0.5); | |
} |
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
<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