반응형 정렬2 요소 정렬 clear css 속성 출처 : https://electronic-moongchi.tistory.com/22 [css] clear(none, both, left, right) 의 속성 이전에 float 속성에 대해서 배웠는데, https://heavenlake.tistory.com/64 요소 영역, 정렬 float 출처 : https://electronic-moongchi.tistory.com/21?category=710947 [css] float(left, right, none) 의 속성 float 은 해당 요소를 어떻게 정렬할지를 정의하는 css 속성이다. 로 띄우거나 하지 마라... floa.. heavenlake.tistory.com float 은 왼쪽, 오른쪽으로 해당 객체를 위치 시켜서 정렬하는 속성이었다. 그렇다면.. 2021. 8. 5. 요소 영역, 정렬 float 출처 : https://electronic-moongchi.tistory.com/21?category=710947 [css] float(left, right, none) 의 속성 float 은 해당 요소를 어떻게 정렬할지를 정의하는 css 속성이다. 로 띄우거나 하지 마라... float 속성은 묶음 태그(block element) 만 적용할 수 있다. 묶음 태그 : 등 float 의 속성 사용법 none (기본값) : 정렬하지 않는다. left : 왼쪽으로 정렬한다. right: 오른쪽으로 정렬한다. 기본 html 소스 소스보기 실행 결과는 다음과 같다. 이제부터 위의 html 문서에서 float 속성을 적용해 보자. 1. float: none div { width: 100px; height: 100p.. 2021. 8. 5. 이전 1 다음 반응형