Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zikosichi/3565ce336f1ba8d6fb7083067672f44e to your computer and use it in GitHub Desktop.
Save zikosichi/3565ce336f1ba8d6fb7083067672f44e to your computer and use it in GitHub Desktop.
<!-- Key component -->
<div class="hv-item">
<div class="hv-item-parent">
<p> This will be parent </p>
</div>
<div class="hv-item-children">
<div class="hv-item-child">
<p> child Item </p>
</div>
...
...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment