Skip to content

Instantly share code, notes, and snippets.

@jwdallas
Created May 24, 2012 19:33
Show Gist options
  • Save jwdallas/2783734 to your computer and use it in GitHub Desktop.
Save jwdallas/2783734 to your computer and use it in GitHub Desktop.
Multiple psuedo selectors
/**
* Multiple psuedo selectors
*/
img { display:block;
width:80px; height:80px; background:lightgrey }
img:after { content:''; display:block;
width:20px; height:20px; background:red }
* img:after { content:'√'; background:lightgreen }
{"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