안녕하세요, 해당 차수 수업을 진행중에 있었습니다.
flex-direction을 공부하고 있는데,
강의자와 동일시하게 기입하였는데. 저는 button부분이 작은 사각형 박스가 아닌 width의 길이에 맞춰진 button이 완성되었습니다.
어느 부분에서 오류가 난 것인지 여쭈어 볼 수 있을까요??
감사합니다. :)
background-color : green;
width : 100%;
height : 250px;
color : white;
background-image : url("https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg");
background-position : center;
background-size : cover;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;