본문 바로가기

Coding/CSS

css 포지셔닝

Relative =부모요소 Absolute = 자식요소

#relative {

position: relative;

}

 

#absolute {

position: absolrute;

top: 10px;

right: 10px;

}

'Coding > CSS' 카테고리의 다른 글

Block elements & Inline elements  (0) 2020.08.07
css position 속성 : relative & absolute  (0) 2020.07.17