rather <a id="place_coins"> for when I enter css
a #place_coins { color: red; } Nothing happens, but how it should be:
for when I enter css a #place_coins { color: red; } Nothing hap...">
rather <a id="place_coins"> for when I enter css
a #place_coins { color: red; } Nothing happens, but how it should be:
Now you indicate that the color element is #place_coins , which is in the link a . To change the color of the link itself, you need to select the selector together:
a#place_coins { color: red; } <a id="place_coins">Текст</a> a have other elements that have their color set? - Yuria { color:#333333; cursor:pointer; text-decoration:none; } a { color:#333333; cursor:pointer; text-decoration:none; } a { color:#333333; cursor:pointer; text-decoration:none; } - Andreia#place_coins { color: red !important; } , if you want to change all the internal elements, then add this: a#place_coins { color: red !important; } a#place_coins { color: red !important; } or so a#place_coins * { color: red !important; } a#place_coins * { color: red !important; } - Yuri #place_coins { color: red; } <a href="#" id="place_coins">anchor</a> <a id="place-coins" class="waves-effect btn deep-orange darken-1">Сделать ставку</a> here’s a link to a button: csgolounge.com/ match? m = 12945 there only for authorized she appears - AndreiSource: https://ru.stackoverflow.com/questions/614820/
All Articles