웹프로그래밍

Global It Leader!!


CSS


 
 

div 정렬 2단 * 2열

페이지 정보

작성자 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 1,270회 작성일 22-03-26 22:25

본문

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">

    <meta name="viewport" content="width=device-width">

    <title>alignment practice</title>

<style>

.parent{

    width: 100%;

    margin: 10px auto;


}


.first {

    border: 1px solid red;

    float:left;

    width:25%;

    box-sizing: border-box;

}


.second{

    border: 1px solid green;

    float:left;

    margin-left: 5%;

    width:25%;

    box-sizing: border-box;

}


.third{

clear:both;

    float:left;

    border: 1px solid blue;

    width:25%;

    box-sizing: border-box;

}

.force{

    border: 1px solid blue;

    float:left;

margin-left: 5%;

    width:25%;

    box-sizing: border-box;

}


</style>

</head>

<body>


    <div class="parent">

        <div class="first">first</div>

        <div class="second">second</div>

        <div class="third">third</div>

        <div class="force">force</div>

    </div>

    

    

</body>

</html>


댓글목록

등록된 댓글이 없습니다.

전체 72
게시물 검색
CSS 목록
번호 제목 글쓴이 조회 날짜
12 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2428 12-19
11 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2185 06-07
10 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1892 08-23
9 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1787 04-24
8 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1731 09-20
7 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1304 03-18
6 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1273 03-25
열람중 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1271 03-26
4 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1266 03-28
3 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 949 09-01
2 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 628 04-09
1 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 416 07-31