Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created June 13, 2012 17:04
Show Gist options
  • Save pepelsbey/2925284 to your computer and use it in GitHub Desktop.
Save pepelsbey/2925284 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<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>
{"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