Created
June 13, 2012 17:04
-
-
Save pepelsbey/2925284 to your computer and use it in GitHub Desktop.
Untitled
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
iframe { | |
width:200px; | |
height:200px; | |
overflow:hidden; | |
border:solid 1px #000; | |
} | |
iframe:nth-child(2) { | |
border-radius:50%; | |
} | |
iframe:nth-child(3) { | |
border-radius:10%; | |
} | |
iframe:nth-child(4) { | |
border-radius:40px; | |
} |
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
<iframe src="data:text/html;charset=utf-8,<style>body{color:red}</style>Long line of red text"></iframe> | |
<iframe src="data:text/html;charset=utf-8,<style>body{color:red}</style>Long line of red text"></iframe> | |
<iframe src="data:text/html;charset=utf-8,<style>body{color:red}</style>Long line of red text"></iframe> | |
<iframe src="data:text/html;charset=utf-8,<style>body{color:red}</style>Long line of red text"></iframe> | |
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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment