I'm pretty new to html, css, etc, and I need help with something.
I stream on twitch, and i typically have music playing in the background. Currently, I just have scrolling text that shows what song is currently playing, from a txt file that updates the second the song changes.
I was curious if there is a way to get css or html to read that file, and update text as the file updates the text.
Also, is it possible to trigger an animation when the txt file updates with html or css?
Thanks!