Slim/Stylus/Coffee
A Pen by Billy Moon on CodePen.
Slim/Stylus/Coffee
A Pen by Billy Moon on CodePen.
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 |