Hy, I'm trying to select in my DOM the last div of a certain type, wich content a class call 'visible'. But it just doesnt work. Here's my code:
.section [class ~= "visible"]:last-of-type{
margin-bottom: 100px;
}
Is it possible to do it? Thanks for your help.