Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created April 25, 2012 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pepelsbey/2492862 to your computer and use it in GitHub Desktop.
Save pepelsbey/2492862 to your computer and use it in GitHub Desktop.
Untitled
p span {
position:absolute;
}
@media screen and (max-width:600px) {
body {
background:#CCC;
}
p span {
position:static;
display:block;
}
}
<p>foo <span>bar</span></p>
{"view":"split-vertical","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