Last active
November 7, 2020 12:34
-
-
Save qstudio/2de0cf01cb5c1b69bc23e3b46e8a1bf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<h1>ONE: First loop</h1> | |
<h5>ONE: Title One</h5> | |
<h5>ONE: Title Two</h5> | |
</div> | |
<div> | |
<h1>ONE: Second loop</h1> | |
<h5>ONE: TITLE ONE</h5> | |
<h5>ONE: TITLE TWO</h5> | |
</div> | |
<div> | |
<h1>TWO: First loop</h1> | |
<h5>TWO: Title One</h5> | |
<h5>TWO: Title Two</h5> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment