속기형(chorthan)
▶ top, right, bottm, left 값을 따로 설정하면 번거롭기 때문에 사용한다.
▶ padding, border, margin 모두 사용 가능하다.
▶ 시계방향 순서로 값을 설정한다고 생각하면 된다.
▶ margin: top right bottm left;
▶ margin: top right ; => 값을 2개만 입력하면 bottm은 top, left는 right값과 동일하게 설정된다.
▶ margin: top right bottom; => 값을 3개만 입력하면 left는 right값과 동일하게 설정된다.