I have DIV identifiers in the application that are generated dynamically, with an identifier at the end. For example: <div id="vote_score_72"> , <div id="vote_score_73"> , <div id="vote_score_74"> and so on.
How can I write this identifier in a CSS file so that I can apply a style to it?
source share