Skip to content

Instantly share code, notes, and snippets.

@fazlurr
Created June 14, 2014 07:25
Show Gist options
  • Select an option

  • Save fazlurr/fc5bc5704ba3263a6592 to your computer and use it in GitHub Desktop.

Select an option

Save fazlurr/fc5bc5704ba3263a6592 to your computer and use it in GitHub Desktop.
/* CSS Hacks from http://www.quora.com/Web-Development/What-are-the-most-interesting-HTML-JS-DOM-CSS-hacks-that-most-web-developers-dont-know-about
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
<!-- Test to any website for identifying element layout consistencies -->
// alert('Hello world!');
{"view":"split","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