210707 어제 배웠던 float에 대해 복습하고, 몇 가지 예제 페이지를 코딩해 보면서 더 깊이 이해해 보는 시간을 가졌다.

caption {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
 }