Skip to content

Instantly share code, notes, and snippets.

@yukulele
Created June 5, 2013 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukulele/5714359 to your computer and use it in GitHub Desktop.
Save yukulele/5714359 to your computer and use it in GitHub Desktop.
Psuedo element test on <img>
/*
Psuedo element test on <img>
*/
h1:after{
content:"h1 after";
color:pink;
}
h1:before{
content:"h1 before";
color:blue;
}
img:after{
content:"img after";
color:pink;
}
img:before{
content:"img before";
color:blue;
}
<h1>Lorem ipsum</h1>
<img src="http://lorempixel.com/400/200/">
// alert('Hello world!');
{"view":"separate","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