diff --git a/fizzbuzz.html b/fizzbuzz.html index c59b03a..bc1a013 100644 --- a/fizzbuzz.html +++ b/fizzbuzz.html @@ -12,10 +12,13 @@ { content: 'Fizz'; } -li:nth-child(5n):after +li:nth-child(5n):before { content: 'Buzz'; } +li:nth-child(15n):before { + content: 'Fizzbuzz' !important; +}