CSS Positioning Tutorials #1-6 > CSS

CSS

CSS 관련 공부 및 자료 공유 소모임 게시판 입니다.

CSS Positioning Tutorials #1-6 정보

CSS Positioning Tutorials #1-6

본문

1. Introduction

 

배울것

box model, nomal document flow, floats, postion property, stacking order and Z-index

overflowing Content, text columns

 

 

2. Box Model Review

 

box, inline형 elements

width, height, padding, border, margin

 

 

3. nomal document Flow

 

순서대로 표시함

 

 

4. Floating elements

 

img{

  float: left:

  margin: 10px}

}

 

float left, right을 하면 normal document flow에서 벗어남.

 

 

5. Clearing Floats

 

clear: left or right or both;

 

margin을 주어도 float도 된 곳으로 올라감. 

 

empty div를 넣은 방법도 있겠지만. HTML에 쓸데 없는 코드가 들어감.

 

float되는 class에 after를 상요함.

 

.service:after {

  content: "";

  display: block;

  clear: both;

}

 

 

6. Floating columns

 

 

 

추천
0

댓글 0개

전체 88 |RSS
CSS 내용 검색

회원로그인

진행중 포인트경매

  1. 참여3 회 시작24.04.19 15:40 종료24.04.26 15:40
(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT