Is it possible to specify a style for an element:
<li class="new" id="lib"></li> So that id and class are in a bundle, that is #new.lib {style} .
For the rule to work only if the li element has an ID and a class ID.
So that id and class are in a bundle, t...">
Is it possible to specify a style for an element:
<li class="new" id="lib"></li> So that id and class are in a bundle, that is #new.lib {style} .
For the rule to work only if the li element has an ID and a class ID.
Source: https://ru.stackoverflow.com/questions/255185/
All Articles