negetive margin 공부 메인메뉴 h2 태그 안보이게 하기 위해서 display: none; ->이렇게 하면 안됨. 왜냐면 아예 없애버리는거기땨문에, 접근이 불가능. 접근을 할 수 있도록 해야지 -> 화면 밖으로 나가버리게 한다. 근데 스크린리더가 읽을때
css의 float속성에 대해 자세히 다룬다. float clear하는 방법에 대해 다룬다. float로 인해 부모 요소의 height가 사라졌을 때의 해결 방법을 다룬다.
Grid의 row-gap, colunm-gap, grid-auto-columns, grid-auto-flow, grid-template-areas등의 속성을 다룬다.
flex-direction, flex-wrap,justify-content align-items 같은 flex-box요소들과, flex-grow, flex-basis, align-self 같은 flex-item요소들에 대해 다룬다.
Animation의 keyframes, animation-name, animation-duration, animation-delay등을 다룬다.
요소에 회전, 크기 조절, 기울이기, 이동 효과를 줄 수 있는 Transform의 scale, rotate, skew, translate와 요소에 변화를 주는 Transition의 duration, delay등에 대해 다룬다.
Color와, background-position, background-repeat같은 Background 요소들에 대해 다룬다.
Layout을 이루는 box, inline 요소들의 display, visibility, float, position, overflow, z-index에 대해 다룬다.