Created
July 26, 2012 08:42
-
-
Save EarMaster/3181031 to your computer and use it in GitHub Desktop.
iPad opacity test
This file contains 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
/** | |
* iPad opacity test | |
*/ | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
-webkit-overflow-scrolling: touch; | |
min-height: 100%; | |
} | |
li { | |
display: block; | |
line-height: 35px; | |
border: solid 1px silver; | |
background: silver; | |
margin: 2px 0; | |
opacity: 0.4; | |
} |
This file contains 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
<ul> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
<li>Test</li> | |
</ul> |
This file contains 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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment