< Back to list

CSS

Languages

Margin Order
{
  margin: top right bottom left;
}
Select All Except First Child
div > *+* {
  ...
}