Pure CSS FizzBuzz
joseph.mx
Pure CSS FizzBuzz
1–10 of 62 posts
Re: Pure CSS FizzBuzz
#2Re: Pure CSS FizzBuzz
#3Re: Pure CSS FizzBuzz
#4This is clearly an academic exercise, but one that I would never have even thought to attempt, as I probably would have chalked it up to probably waaaay more trouble than it's worth.
Re: Pure CSS FizzBuzz
#5This is kind of brilliant. I think if I were interviewing you, and asked you to do a FizzBuzz (which is unlikely, but let's ignore that), and you said "Oh, cool, can I do it in CSS," I'd have probably laughed at you. This is clearly an academic exercise, but one that I would never have even thought to attempt, as I probably would have chalked it up to probably waaaay more trouble than it's worth.
Re: Pure CSS FizzBuzz
#6A pretty interesting story about job titles and descriptions that are not representative of the job they're trying to hire for.
Re: Pure CSS FizzBuzz
#7Re: Pure CSS FizzBuzz
#8Re: Pure CSS FizzBuzz
#9http://codepen.io/anon/pen/QbNLxO
https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Count...
Re: Pure CSS FizzBuzz
#10I feel like it must be possible to do the numbers using CSS's counters: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Count... If I didn't have a whole bunch of work to do this afternoon, I'd have a go myself.