충돌

    Q3. 두 줄 이상일 때 flex로 가운데 정렬 방법이 궁금해요!(display 충돌)

    Question. 환영합니다. example sentence. alsothis is example text .text1{ display: flex; flex-direction: center; justify-content: center; align-items: center; } text1의 경우 justify-content, align-items를 사용하여 상하,좌우 중앙에 배치가 되는데 .text3{ /*2도 동일*/ max-width: 100vw; width: 80%; max-height: 100vh; height: 13%; background-color: rgba(244, 244, 255, 0.9); position: absolute; top: 50%; left: 50%; transform: tran..