[출저] http://styleguide.co.kr/content/resolution-grid/gridsystem.php
1. Columns (칼럼): 실제로 컨텐츠를 포함하는 부분
2. Gutter (거터): 칼럼과 칼럼사이의 공간
3. Margin (마진): 여백은 내용과 화면의 왼쪽 및 오른쪽 가장자리 사이의 공간. 주로 큰 스크린에 사용
[출저] https://thoughtbot.com/upcase/design-for-developers-resources/grid
[출저] https://brunch.co.kr/@macga/3
1. Unit
Units are building blocks of the grid. They are uniform in size.
= 상단에서 부르는 컬럼 부분이 유닛이라고 불림.
2. Gutter
Equal spacing between units.
= 유닛 사이의 여백
3. Column
A combination of a number of units and gutters.
= 유닛 + 거터 * 2
12 cols / gutter = 0px / margin = 50px
(100% - 100px) * 1/12
💡 Figma : quick-search(ctrl + /)에서 grid 검색하여 적용
💡 container
: 개발에서 주로 사용되는 단어로 columns를 모두 더한 값을 뜻한다.
content-width
= container max-content-width
가 된다.관련된 컨텐츠는 이곳을 클릭해주세요