get second child div css

Solutions on MaxInterview for get second child div css by the best coders in the world

showing results for - "get second child div css"
Simon
25 Jun 2017
1    .manufacturer_box div:nth-child(2) {
2            border-top: 5px solid #e0e0e0 !important; 
3     }
4