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

home2 게시판 HTML/CSS 게시판 landing page animation 질문

landing page animation 질문

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

    Duke H
    참가자
    안녕하세요. landing page  transition 관련 질문 있읍니다, 
    마우스 올리면 white box가 나오게 했는데.. 글자가 안보이네요..
    
    무엇을 수정해야 하는지 잘 못찾겠네요.. 
    한번 봐주실수 잇는지요? 감사합니다,
    
    -- html
    
            <div class="portfolio">
              <h4>What we can DO</h4>
              <div class="portfolio-container">
                <div class="portfolio-item1">
                  <div class="white-box"></div>  
                  <div class="portfolio-text">
                  <h4>Stationary</h4>
                  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
                  </div>
                </div>
    
    -- css
    
    
    .portfolio-item1 {
      float: left;
      width: 50%;
      height: 350px;
      background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../img/portfolio-1.jpg);
      background-size: cover;
    }
    .white-box {
      width: 100%;
      height: 100%;
      z-index : 2;
      border : 0px solid white;
      transition: all 1s;
      position: relative;
      opacity : 0;
    }
    .portfolio-item1:hover .white-box {
      border : 30px solid white;
    }
    #137752

    codingapple
    키 마스터
    글자가 밑으로 밀려난거같은데 position relative말고 absolute로 바꿔봅시다
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 답변은 로그인 후 가능합니다.

About

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

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

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