dev_space.log
dev_space.log
profile
gjeon
개발자 되기
글시리즈소개
태그 목록
  • 전체보기(33)
  • React(10)
  • typescript(4)
  • JavaScript(4)
  • html(4)
  • CSS(2)
  • MVP(1)
  • react단점(1)
  • react장점(1)
  • 정규표현식(1)
  • GET(1)
  • POST(1)
  • nodeJS 초기 설정(1)
  • flex box(1)
  • mode(1)
  • REST(1)
  • 세션(1)
  • 쿠키(1)
  • plugin(1)
  • nodejs(1)
  • nodemon(1)
  • router(1)
  • MVC(1)
  • Recoil(1)
  • loader(1)
  • node.js(1)
  • webpack(1)
  • React란?(1)
  • react특징(1)
  • Node(1)
  • 캐시(1)
  • MVVM(1)
  • const object(1)
  • State(1)
  • styled components(1)
  • spread operator(1)
  • Object Destructuring(1)
  • express(1)
  • next.js(1)
  • styled component(1)
  • babel(1)
  • .env(1)
  • 디자인 패턴(1)
  • Props(1)
  • grid(1)
전체보기 (33)React(10)typescript(4)JavaScript(4)html(4)CSS(2)MVP(1)react단점(1)react장점(1)정규표현식(1)GET(1)POST(1)nodeJS 초기 설정(1)flex box(1)mode(1)REST(1)세션(1)쿠키(1)plugin(1)nodejs(1)nodemon(1)router(1)MVC(1)Recoil(1)loader(1)node.js(1)webpack(1)React란?(1)react특징(1)Node(1)캐시(1)MVVM(1)const object(1)State(1)styled components(1)spread operator(1)Object Destructuring(1)express(1)next.js(1)styled component(1)babel(1).env(1)디자인 패턴(1)Props(1)grid(1)
post-thumbnail

GRID

flex box 로는 그리드 형태를 만들기 어렵다 그러므로 CSS grid 를 공부한다.그리드를 사용할 요소의 부모 요소에 선언한다.column 에 위치한 item 들의 위치를 잡아준다.3 \* 3 그리드를 만든다고 할때 부모 요소에 저렇듯 width 값을 설정해서 자

CSSgrid
2021년 9월 30일
·
0개의 댓글