Hi,
say I have a class named cell
.cell
{
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
}
Is it possible to combine both statements into one?
Sort of how padding/margin: 0 0 0 0 (top right bottom left)
can be combined to margin: 0 0 top/bottom right/left
?