+ 1
Font not transparent
The first three animations using <p> have a transparent font with an outer stroke. For some reason with the fourth, using <p2>, the font is showing as black. I can't see where the error is. https://sololearn.com/compiler-playground/WXiP0oMZB3Aa/?ref=app
2 Respostas
+ 3
instead of defining a p2 tag that the browser may or may not handle as you would like, use a p tag and give it the id "p2" – and refer to the id for styling
0
Lisa thanks, that works. My css skills need work 🤣