Posts /

CSS:clear

Twitter Facebook Google+
06 Dec 2018
img {
    float: left;
}

p.clear {
    clear: both;
}

CSS :clear

clear속성은 요소의 어느면에 부동 요소가 뜨기 허용되지 않는지 지정합니다.

속성

clear: none|left|right|both|initial|inherit;


Twitter Facebook Google+