[code convention] CSS property

유자탱자🍋·2021년 2월 26일
0

하나의 요소에 여러가지 속성을 부여하는 경우, 중요도와 관련도에 따라 convention을 지켜 작성하자!👩‍💻
일반적으로 적용되는 CSS property convention은 아래와 같다.

CSS property 순서


1. Layout Properties

position, float, clear, display

2. Box Model Properties

width, height, margin, padding

3. Visual Properties

color, background, border, box-shadow

4. Typography Properties

font-size, font-family, text-align, text-transform

5. Misc Properties

cursor, overflow, z-index

0개의 댓글