Is it possible to write css using number of child/sibling elements?
for example
tr with 4 .container /* tr .container */
{
width:25%
}
tr with 3.container /*tr .container*/
{
width:33%
}
Is it possible to write css using number of child/sibling elements?
for example
tr with 4 .container /* tr .container */
{
width:25%
}
tr with 3.container /*tr .container*/
{
width:33%
}