
<style>
.mytitle {
background-color: green;
height: 200px;
width: 100%;
background-image: url("https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg");
background-position: center;
background-size: cover;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
이곳에서 질문할 것이 생겨 말씀드립니다.
display: flex;
flex-direction: column;
온라인 상에서 display와 flex-direction에 관련해서 잘 몰라서 확인해봤는데 아직도 의문점이 풀리지 않아 튜터님께서 이 두개의 뜻이 무엇인지 알려주실 수 있으시나요?
