테스트 사이트 - 개발 중인 베타 버전입니다

html 코드 이미지와 텍스트 채택완료

카트시그널 4년 전 조회 1,842

 

혹시 저렇게 입력하는 코드 알 수 있을까요?

 

이미지는 제가 알아서 찾아서 넣을건데 저렇게 나열하고 나타나게 하는 코드를 알려주시면 감사하겠습니다.ㅠㅠㅠㅠ 부탁입니다.ㅠㅠㅠㅠ

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
세크티
4년 전

</p>

<pre>
<style>
    #test-div-wrap{
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    #test-div-wrap img{
        max-width: 100%;
    }
    .test-div{
        margin-right: 10px;
    }
    .test-div:last-child{
        margin-right: 0;
    }
    .test-div-bot{
        padding:10px
    }
</style>
<h1 style="text-align: center;margin-bottom: 50px">주요업무</h1>
<div id="test-div-wrap">
    <div class="test-div">
        <img src="<a href="https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"" target="_blank" rel="noopener noreferrer">https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"</a> alt="">
        <div class="test-div-bot">
            <h1>테스트</h1>
            <p>테스트테스트테스트테스트테스트테스트테스트테스트테스트테스트</p>
        </div>
    </div>
    <div class="test-div">
        <img src="<a href="https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"" target="_blank" rel="noopener noreferrer">https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"</a> alt="">
        <div class="test-div-bot">
            <h1>테스트</h1>
            <p>테스트</p>
        </div>
    </div>
    <div class="test-div">
        <img src="<a href="https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"" target="_blank" rel="noopener noreferrer">https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"</a> alt="">
        <div class="test-div-bot">
            <h1>테스트</h1>
            <p>테스트</p>
        </div>
    </div>
    <div class="test-div">
        <img src="<a href="https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"" target="_blank" rel="noopener noreferrer">https://cdn.pixabay.com/photo/2020/07/06/09/37/green-5376289__340.jpg"</a> alt="">
        <div class="test-div-bot">
            <h1>테스트</h1>
            <p>테스트</p>
        </div>
    </div>
</div></pre>

<p>

로그인 후 평가할 수 있습니다

답변에 대한 댓글 2개

카트시그널
4년 전
#test-div-wrap{
display: -ms-flexbox!important;
display: flex!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}

이것은 무엇인가요?
세크티
4년 전
css입니다. https://heropy.blog/2018/11/24/css-flexible-box/

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인