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

home2 게시판 HTML/CSS 게시판 cart 숙제 질문

cart 숙제 질문

  • 이 주제에는 1개 답변, 2명 참여가 있으며 codingapple11 월 전에 전에 마지막으로 업데이트했습니다.
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 글쓴이
  • #128749

    임재훈
    참가자
    HTML 코드입니다.
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title>Document</title>
            <link href="css/cart.css" rel="stylesheet">
        </head>
        <body style="margin: 0;">
            <div class="sky">
                <div class="middle">
                    <div>
                        <h1 class="title">Your shopping cart</h1>
                    </div>
                    <div >
                        <table>
                            <tr>
                                <th></th>
                                <th><p>ITEM</p></th>
                                <th><p>AMOUNT</p></th>
                                <th><p>PRICE</p></th>
                                <th><p>TOTAL</p></th>
                            </tr>
                            <tr>
                                <th>
                                    < img src="sony1.PNG">
                                </th>
                                <th>
                                    <p>SONY</p>
                                    <p>FE 70-200 mm F2.8 GM 0SS</p>
                                </th>
                                <th>
                                    <p>1</p>
                                </th>
                                <th>
                                    <p>
                                        € 1979.00
                                    </p>
                                </th>
                                <th>
                                    <p>
                                        € 1979.00
                                    </p>
                                </th>
                            </tr>
                            <tr>
                                <th>
                                    < img src="sony2.PNG">
                                </th>
                                <th>
                                    <p>SONY</p>
                                    <p>Sonnar T* E 24mm F1.8 ZA</p>
                                </th>
                                <th>
                                    <p>1</p>
                                </th>
                                <th>
                                    <p>€ 989.00</p>
                                </th>
                                <th>
                                    <p>€ 989.00</p>
                                </th>
                            </tr>
                            <tr>
                                <th></th>
                                <th></th>
                                <th></th>
                                <th></th>
                                <th>
                                    <p>€ 2968.00</p>
                                </th>
                            </tr>
                        </table>
                    </div>
                    <div class="bottom-box">
                        <span class="bottom">Edit yout shopping cart</span>
                        <span class="restart"></span>
                        <button class="button">Choose payment method</button>
                    </div>
                </div>
            </div>
        </body>
    </html>
    
    CSS 코드입니다.
    .middle{
        
       margin-left: 10%;
       margin-right: 10%;
    }
    .title{
        color: blue;
    }
    .sky{
        margin-top: 0px;
        width: 100%;
        
        background-color: skyblue;
    }
    
    
    .bottom{
        
        text-decoration: underline;
    }
    
    
    .button{
        margin-top: 10px;
        margin-left: 640px;
        color: white;
        padding: 10px;
        background-color: blue;
    } 
    
    왜 테이블 쪽 테두리가 안뜨는지 모르겠습니다. 그리고 테두리를 주면 테두리가 창문 모양으로 생깁니다..
    
    
    
    
    #128758

    codingapple
    키 마스터
    td, th 이런데도 border 줘봅시다
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 호 / 개인정보관리자 : 박종흠