Pseudo element only appears on one list item, I thought it would appear on all list items.

I want six green bars I'm only getting one. Why? If I delete all the other code other than "content" I can fill it with a letter or something and it will work as I intended. But I can't seem to make it work this way. https://codepen.io/SirFloki/pen/BaPXKRx
Daniel
CodePen
BaPXKRx
...
2 Replies
Jochem
Jochem•16mo ago
it is appearing after all of them, but your position absolute is putting them all on top of each other you can set position: relative on the li to get this to work
sirfloki.
sirfloki.•16mo ago
🥲