Skip to content

Instantly share code, notes, and snippets.

@paolobueno
Last active December 20, 2018 13:26
Show Gist options
  • Save paolobueno/8575d0bbd6372953a6a450913a62b94b to your computer and use it in GitHub Desktop.
Save paolobueno/8575d0bbd6372953a6a450913a62b94b to your computer and use it in GitHub Desktop.
familia
<div id="pai">
<div id="vc">
<div id="filho1" class="filho">
<div id="neto1" class="neto"></div>
</div>
<div id="filho2" class="filho"></div>
</div>
<div class="irmao"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment