인프런 커뮤니티 질문&답변
.page-header 영역에 grid-row 추가하면??
작성
·
324
퀴즈
The main approach is to use CSS pseudo-classes like `:checked` (typically with radio buttons or checkboxes for category selection) and sibling selectors (`~`) to control the visibility or display of items based on their category class or data attribute.
Dynamically change the order property of CSS Flexbox.
CSS controls Grid item position based on hidden radio button checked state.
Move items by group using CSS animations.
Separate category-specific layouts using media queries.
답변 1
0
1분코딩
지식공유자
딱 격자 형태로 이루어지지 않은 형태라면, 아래 그림과 같이 하시면 편리해요~
일단 전체 틀(검은색)을 그리드로 짜고,
각 그리드 셀들은 필요한대로 그리드 또는 플렉스로 다시 만드는거죠~
그림은 그리드 셀 안에 플렉스 컨테이너를 따로 만든 예시이고요.
아주 단순한 형태가 아니라면, 보통 이런식으로 작업하시는게 편합니다.





