Skip to content

Instantly share code, notes, and snippets.

@veganstraightedge
Created April 10, 2011 22:22
Show Gist options
  • Select an option

  • Save veganstraightedge/912793 to your computer and use it in GitHub Desktop.

Select an option

Save veganstraightedge/912793 to your computer and use it in GitHub Desktop.
<style>
.item { background: red; }
html body div div div div div div div div p { background: blue; }
</style>
<html>
<body>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="item">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment