Example: <div class="col-12" style=":first-child { display: none; }">
I don't have access to styles, so I need to fix that in the html file, can I add first-child selector right in the style attribute? The example doesn't work.
Example: <div class="col-12" style=":first-child { display: none; }">
I don't have access to styles, so I need to fix that in the html file, can I add first-child selector right in the style attribute? The example doesn't work.