[웹서비스 개발팀]훅을 하려했으나 테일윈드CSS

Anna Park·2024년 7월 9일

webservice

목록 보기
14/33

flex
display:flex; => flex
flex-direction:row, row-reverse, column, column-reverse
flex-direction:row => flex-row
flex-direction:row-reverse=> flex-row-reverse
flex-direction:column => flex-col
flex-direction:column-reverse => flew-col-reverse

overflow:auto; => overflow-auto
overflow:hidden; => overflow-hidden
overflow:visible; => overflow-visible
overflow:scroll; => overflow-scroll
overflow-y-auto=scroll

flex-wrap: wrap; =>flex-wrap
flex-wrap: wrap-reverse =>flex-wrap-reverse
flex-wrap: nowrap;=>flex-nowrap

justify-content: flex-start; =>justify-start
justify-content: flex-end; =>justify-end
justify-content:flex-center;=>justify-center
justify-content:flex-between;=>justify-between
justify-content:flex-around;=>justify-around
justify-content:flex-evenly;=>justify-evenly

align-item: flex-start;=> items-start
align-item: flex-end;=>items-end
align-item: flex-center;=>items-center
align-item: flex-baseline;=>items-baseline
align-item: flex-stretch;=>items-stretch

shadow-lg

profile
교육개발, 웹서비스개발, 수학강사

0개의 댓글