Greetings to all. Tell me, how can we use CSS to change the appearance of elements with data- * attributes?

How, for example, to this element to set the desired background color? <span data-text = "some_text"> content </ span>

    1 answer 1

    *[data-text="некий_текст"]{/*стили*/} 
    • Thanks) - LightShock