Hacker News new | ask | show | jobs
by d_j_s 4057 days ago
You can use css counters to output the count on non fizz, buzz or fizzbuzz iterations

http://codepen.io/anon/pen/QbNLxO

https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Count...

1 comments

If you don't mind the dots you can do: http://jsbin.com/resihe/1/edit
Took me a moment to see how you were doing that. Nice!