Answers for "how to select second child of specific elements with specific tag in css"

CSS
1

get second child div css

.manufacturer_box div:nth-child(2) {
            border-top: 5px solid #e0e0e0 !important; 
     }
Posted by: Guest on August-24-2021

Code answers related to "how to select second child of specific elements with specific tag in css"

Browse Popular Code Answers by Language