Skip to content

Instantly share code, notes, and snippets.

@billymoon
Last active October 31, 2015 14:49
Show Gist options
  • Save billymoon/10429127 to your computer and use it in GitHub Desktop.
Save billymoon/10429127 to your computer and use it in GitHub Desktop.
A Pen by Billy Moon.
h1 Dream Team
h2 This is the dream team...
ol
li.hide slim (for html)
li.hide stylus (for css)
li.hide coffeescript (for javascript)
li.hide microsoft windows
lis = document.getElementsByTagName 'li'
i = 0
interval = setInterval ->
lis[i++].className = ''
if i == lis.length - 1
clearInterval interval
, 1000
mellow=#339
yellow=#ffc
body
margin 1em
font-family sans-serif
color mellow
background yellow
.hide
display none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment