0
Q:

margin x css

/* Apply to all four sides */
margin: 1em;
margin: -3px;

/* vertical | horizontal */
margin: 5% auto;

/* top | horizontal | bottom */
margin: 1em auto 2em; 

/* top | right | bottom | left */
margin: 2px 1em 0 auto;

/* Global values */
margin: inherit;
margin: initial;
margin: unset;
20

p {
  margin: 25px 50px 75px 100px;
  /*in order:
  top right bottom left */
} 
2
p {
  margin: 35px;
}
3

New to Communities?

Join the community