• 로그인
  • 장바구니에 상품이 없습니다.

home2 게시판 HTML/CSS 게시판 고급모듈 마지막강의 중에

고급모듈 마지막강의 중에

6 글 보임 - 1 에서 6 까지 (총 6 중에서)
  • 글쓴이
  • #30664

    유용환
    참가자

    마지막 강의 중에 transform-style: preserve-3d 이것이 있는데 적용을 해도 앞면에 글씨가 보이는데 어떤것이 잘못된건가요

    #30673

    codingapple
    키 마스터

    앞면 이미지를 z-index : 2 이런걸로 좀 앞으로 옮겨봅시다 

    #30680

    유용환
    참가자

    z-index : 2 이렇게 바꾸면 마우스를 올렸을때 뒷면의 글씨도 안보이는데 어떻게 해야하나요

    뒷면에 z-index를 다르게 주어도 안됩니다.

    #30702

    codingapple
    키 마스터

    전체코드를 올려주십시오 

    #30762

    유용환
    참가자

    <div class="flip-outer">
        <div class="flip-inner">
          <img src="profile.png" class="front">
          <div class="back">
            <h4>개발자 김철용</h4>
            <p>Frontend Developer</p>
          </div>
        </div>
     </div>

     

    css

    .flip-outer {
      width: 200px;
      height: 200px;
      margin-left: 400px;
    }

    .flip-inner {
      width: 50%;
      height: 50%;
      position: absolute;
      transition: all 1s;
      transform-style: preserve-3d;
    }

    .flip-inner:hover {
      transform: rotateY(180deg);
    }
    .front {
      width: 100%;
      position: absolute;
      z-index: 2;
    }

    .back {
      width: 100%;
      position: absolute;
      text-align: center;
      transform: rotateY(180deg);
    }

     

    이렇게 했습니다.

     

    #30799

    codingapple
    키 마스터

    .front에 backface-visibility: hidden; 도 추가합시다 

6 글 보임 - 1 에서 6 까지 (총 6 중에서)
  • 답변은 로그인 후 가능합니다.

About

현재 월 700명 신규수강중입니다.

  (09:00~20:00) 빠른 상담은 카톡 플러스친구 코딩애플 (링크)
  admin@codingapple.com
  이용약관
ⓒ Codingapple, 강의 예제, 영상 복제 금지
top

© Codingapple, All rights reserved. 슈퍼로켓 에듀케이션 / 서울특별시 강동구 고덕로 19길 30 / 사업자등록번호 : 212-26-14752 온라인 교육학원업 / 통신판매업신고번호 : 제 2017-서울강동-0002 호 / 개인정보관리자 : 박종흠