Recently I've found these selectors:
i ~ i{
width: 40%;
}
i ~ i ~ i{
width: 60%;
}
Wonder what "~" stands for?
Recently I've found these selectors:
i ~ i{
width: 40%;
}
i ~ i ~ i{
width: 60%;
}
Wonder what "~" stands for?