¿Cuál es la sintaxis para establecer un valor de margin para los cuatro lados de un elemento?
margin: top right;
margin: top right bottom;
margin: top-left top-right bottom-right bottom-left;
margin: top right bottom left;