Skip to content

Instantly share code, notes, and snippets.

@Pierry
Last active December 24, 2015 10:29
Show Gist options
  • Save Pierry/6784875 to your computer and use it in GitHub Desktop.
Save Pierry/6784875 to your computer and use it in GitHub Desktop.
Uso do operador +
div>li>ul+ul+ul
<div>
<li>
<ul></ul>
<ul></ul>
<ul></ul>
</li>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment