Skip to content

Instantly share code, notes, and snippets.

@lmuntaner
Created July 13, 2015 13:49
Show Gist options
  • Save lmuntaner/481b85a244597342277a to your computer and use it in GitHub Desktop.
Save lmuntaner/481b85a244597342277a to your computer and use it in GitHub Desktop.
Rainbow Texts
<html>
<body>
<a href="javascript:;">javascript:;</a>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<p class="texts">text</p>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment