안녕하세요, 우선 좋은 강의 감사드립니다.
강의에서 보이는 그대로 display flex를 붙여넣었는데 wrap 안의 내용물은 정렬되지 않고 오히려 wrap 자체가 왼쪽 위로 올라갔습니다. 혹시 이유를 알 수 있을까요? ^^
.wrap {
background-color: green;
width: 300px;
margin: 30px auto 0px auto
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}