Created
October 15, 2014 16:19
-
-
Save zackn9ne/75184ecea767117b3aaa to your computer and use it in GitHub Desktop.
infinate js and html
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 class="row"> | |
<div class="col-md-4" style="background: aquamarine;" data-color- index="0">.col-md-4</div> | |
<div class="col-md-4" style="background: lavender;" data-color- index="1">.col-md-4</div> | |
<div class="col-md-4" style="background: blue;" data-color-index="2">. col-md-4</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment