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

home2 게시판 HTML/CSS 게시판 사진이랑 프로필정보랑 반대로 출력됩니다

사진이랑 프로필정보랑 반대로 출력됩니다

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

    고속열차
    참가자
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
        <link rel="stylesheet" href="main.css">
    </head>
    <body>
        <!-- 왜 컨테이너로 씌워야 붙을까? -->
        <div class="container">
            <!-- 왼쪽 -->
            <div class="sol-left">
                < img src="imgimg.png" style="width: 40px; height: 40px;">
                    <div class="sol-profile">
                        <p style="font-size: 15px; margin: 0px;">아우리</p>
                        <p style="font-size: 5px; color: grey; margin: 0px;">1시간전</p>
                    </div>
                <div style="clear: both;">
                    4k tv
                    <p>4k tv는 300만원</p>
                </div>
            </div>
            <!-- 오른쪽 -->
            <div class="sol-right">
                < img src="cube.jpg" class="sol-right">
            </div>
        </div>
    </body>
    </html>
    
    CSS
    **************************************************************
    
    .container {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
      }
    
    .sol-left {
        width: 600px;
        height: 200px;
        /* background: orange; */
        float: left;
    }
    .sol-profile {
        float: left;
    }
    .sol-right {
        width: 200px;
        height: 200px;
        float: left;
    }
    #61225

    고속열차
    참가자
    sol-profile에서 float지우고
    inline-block쓰니까 원래 순서로 됐습니다
    
    #61232

    codingapple
    키 마스터
    이미지도 같이 float left 같은거 주면 될 수도요
3 글 보임 - 1 에서 3 까지 (총 3 중에서)
  • 답변은 로그인 후 가능합니다.

About

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

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

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