-
[CSS] Flexbox, Position웹퍼블리싱 2020. 1. 18. 15:31
flexbox의 기본 개념
일명 flexbox라 불리는 Flexible Box module은 flexbox 인터페이스 내의 아이템 간 공간 배분과 강력한 정렬 기능을 제공하기 위한 1차원 레이아웃 모델 로 설계되었습니다. 이 글에서는 flexbox의 주요 기능에 대한 개요를 다룹니다. 더 자세한 내용은 가이드의 다른 글에서 탐구하게 될 것입니다.
developer.mozilla.org
https://www.w3schools.com/css/css3_flexbox.asp
CSS Flexbox (Flexible Box)
CSS Flexbox 1 2 3 4 5 6 7 8 Try it Yourself » CSS Flexbox Layout Module Before the Flexbox Layout module, there were four layout modes: Block, for sections in a webpage Inline, for text Table, for two-dimensional table data Positioned, for explicit positio
www.w3schools.com
https://developer.mozilla.org/en-US/docs/Web/CSS/position
position
The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.
developer.mozilla.org
https://www.w3schools.com/css/css_positioning.asp
CSS Layout - The position Property
CSS Layout - The position Property The position property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky). The position Property The position property specifies the type of positioning method used f
www.w3schools.com
반응형'웹퍼블리싱' 카테고리의 다른 글
[웹퍼블리싱] 깃헙 주소 (0) 2020.01.14