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

home2 게시판 HTML/CSS 게시판 Landing Page 관련 질문입니다.

Landing Page 관련 질문입니다.

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

    정태호
    참가자
    HTML페이지
    <div class="main-box">
            <div class="main-container">
                <div class="main-text">
                    <h1>Lading Page for Apps</h1>
                    <p>Lorem ipsum dolor sit amet, consectetur adipisioing elit.</p>
                    <button class="btn-form">Show More</button>
                </div>
                < img src="./img/iphone.png" class="image-box">
            </div>
        </div>
    
    CSS페이지
    
    
    .main-box{
        background-image: linear-gradient(to bottom,#499add,#4e61c0);
        height: 500px;
        padding: 50px;
        color: white;
    }
    .main-container{
        margin: auto;
        max-width: 1200px;
    }
    .main-text{
        float: left;
    }
    .image-box{
        float: right;
        width: 400px;
        margin-top: 15px;
    }
    미디어쿼리부분
    
    @media screen and (max-width:576px) {
        .main-box{
            position: relative;
        }
        .main-text{
            text-align: center;
            float: none;
            margin-top: 50px;
        }
        .image-box{
            margin: auto;
            width: 250px;
            display: block;
            position: absolute;
            bottom: 0;
            left : 0;
            right : 0; 
            margin-left : auto;
            margin-right : auto;
            margin-top: 42px;
        }
    }
    이런식으로 미디어쿼리를 구성한후 사이트를 576px 까지 줄여봤는데 줄어지는 과정에 main-box가 아닌 밑에 서브텍스트라는 클래스로 구성한 div박스까지 내려가버립니다. 해결 방법이 있을까요..
    
    
    다 줄였을때 이부분도 해결팁이 있다면 주시면 감사하겠습니다 ㅠㅠ
    
    
    #56685

    codingapple
    키 마스터
    한글때문에 밑으로 밀려내려가는거같은데 글자에 width를 주거나 그래봅시다
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 호 / 개인정보관리자 : 박종흠