커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
'1-10 CSS 꿀팁 한 번 더 배우기'에서의 질문입니다.
undefined주차
북마크
이*민
댓글
3
추천
0
조회수
6
조회수
6
답변 완료
<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에 관련해서 잘 몰라서 확인해봤는데 아직도 의문점이 풀리지 않아 튜터님께서 이 두개의 뜻이 무엇인지 알려주실 수 있으시나요?

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴