I want to style an Id from an external form rendered (javascript) on my site. Problem is that the ID is random like this:
If I try to style it without that the random number it won't works... Is it possible to style it?
you can use the starts-with ^= operator and group the id in []:-
div[id^="4-register-form-container"] {
height: 50px;
border: 1px solid red;
}
<div id="4-register-form-container25242e33e6584">
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With