cssfizzbuzz
cssfizzbuzz copied to clipboard
CSS implementation of the infamous FizzBuzz
Results
3
cssfizzbuzz issues
Sort by
recently updated
recently updated
newest added
Excellent implementation of Fizzbuzz! I did notice though that ya can use... ```CSS li::first-letter { text-transform: uppercase; } ``` ... to capitalize the first letter of each output word, this...
As opposed to before and after amalgamating the 3 and 5 multiples which isn't _technically_ what the exercise asked for, I added the important rule for fizzbuzz in multiples of...