CSS selector for first element with class - Stack Overflow
I have a bunch of elements with a class name red: I can't seem to select the first element with the class="red" using the following CSS rule:.red:first-child{ border:5px solid red; } What is wrong in this selector and how do ......