• 회원가입
  • 로그인
  • 구글아이디로 로그인

[responsive] CSS - RES Grid-View - (그리드뷰 = 화면너비분할 = 화면분할 = 수동그리드)

Grid 예제

 

<!DOCTYPE html>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>

* {

  box-sizing: border-box;

}


img {

  width: 100%;

  height: auto;

}


.row:after {

  content: "";

  clear: both;

  display: table;

}


[class*="col-"] {

  float: left;

  padding: 15px;

  width: 100%;

}


@media only screen and (min-width: 600px) {

  .col-s-1 {width: 8.33%;}

  .col-s-2 {width: 16.66%;}

  .col-s-3 {width: 25%;}

  .col-s-4 {width: 33.33%;}

  .col-s-5 {width: 41.66%;}

  .col-s-6 {width: 50%;}

  .col-s-7 {width: 58.33%;}

  .col-s-8 {width: 66.66%;}

  .col-s-9 {width: 75%;}

  .col-s-10 {width: 83.33%;}

  .col-s-11 {width: 91.66%;}

  .col-s-12 {width: 100%;}

}


@media only screen and (min-width:750px ) {

  .col-1 {width: 8.33%;}

  .col-2 {width: 16.66%;}

  .col-3 {width: 25%;}

  .col-4 {width: 33.33%;}

  .col-5 {width: 41.66%;}

  .col-6 {width: 50%;}

  .col-7 {width: 58.33%;}

  .col-8 {width: 66.66%;}

  .col-9 {width: 75%;}

  .col-10 {width: 83.33%;}

  .col-11 {width: 91.66%;}

  .col-12 {width: 100%;}

}


html {

  font-family: "Lucida Sans", sans-serif;

}

body {

  margin:5;

  background:rgba(30,31,38,0.1);

}

.header {

  background-color: rgba(30,31,38,0.8);

  color: #ffffff;

  padding: 15px;

}


.menu ul {

  list-style-type: none;

  margin: 0;

  padding: 0;

}


.menu li {

  padding: 8px;

  margin-bottom: 7px;

  background-color :rgba(30,31,38,0.6);

  color: #ffffff;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}


.menu li:hover {

  background-color: rgba(30,31,38,0.7);

}


.aside {

  background-color: rgba(30,31,38,0.6);

  padding: 15px;

  color: #ffffff;

  text-align: center;

  font-size: 14px;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}


.footer {

  background-color: rgba(30,31,38,0.8);

  color: #ffffff;

  text-align: center;

  font-size: 1.2em;

  padding: 15px;

}

</style>

</head>

<body>


<div class="header">

  <h1>홈짱닷컴</h1>

</div>


<div class="row">

  <div class="col-3 col-s-3 menu">

    <ul>

      <li>코딩언어</li>

      <li>빌더서버</li>

      <li>질문답변</li>

      <li>회원포럼</li>

    </ul>

  </div>


  <div class="col-6 col-s-9">

    <h1>홈짱닷컴 소개</h1>

    <p>홈페이지 제작관리 + 서버관리 교육</p>

    <img src="https://source.unsplash.com/random" width="460" height="345">

  </div>


  <div class="col-3 col-s-12">

    <div class="aside">

      <h2>HTML</h2>

      <p>뼈대・골격・기본틀</p>

      <h2>CSS?</h2>

      <p>디자인 외관</p>

      <h2>JS</h2>

      <p>동작・기능</p>

    </div>

  </div>

</div>


<div class="footer">

  <p>Since 2012</p>

</div>


</body>

</html>


결과보기

※ 그리드 : 화면 너비를 12분할해서, 화면 크기에 따라 유기적으로 변동되는 시스템 (예) BootStrap 


분류 제목
column CSS - column-rule-style 속성 - 컬럼구분자 모양 지정 (= 컬럼구분바 생김새 = colu…
column CSS - Multiple Columns - (멀티 컬럼 개괄) ※ 열 나누기 = 단락 나누기
css CSS - IE 전용 CSS핵
func CSS - max() 함수 - 최대값 (= max함수 = 맥스함수)
box CSS - block-size 속성 - 블락 방향으로 요소 크기 지정 (= block-size속성 = 블락…
column CSS - column-fill 속성 - 컬럼 채우기 방식 지정 (= column-fill속성 = 컬럼필속성…
selector CSS - :out-of-range 가상선택자 - 지정범위밖값 갖는 요소 선택 (=아웃어브레인지선택자, IE…
selector CSS - :first-of-type 가상선택자 - 지정타입 첫번째자식요소 (순서선택자/순번선택자/타입선택자…
func CSS - min() 함수 - 최소값 (= min함수 = 민함수)
column CSS - column-rule-color 속성 - 컬럼구분자 색상 지정 (= 컬럼구분바 색깔 = colum…
grid CSS - row-gap 속성(C) - (grid/flex)레이아웃 행간 간격 지정 (= row-gap속성 …
column CSS - column-gap 속성 - 컬럼간의 간격 지정 (= column-gap속성 = 컬럼갭속성)
pagination CSS - 페이징 - 글자 크기 (Pagination Size)
transition CSS - transition-property 속성 - 트랜지션 효과 적용할 속성명 지정 (= transit…
pagination CSS - 페이징 - 링크칸 간격 띄우기 (Space Between Links)
column CSS - column-count 속성 - 컬럼 개수 지정 (= 요소 안 텍스트를 지정 컬럼개수로 구분 = …
column CSS - column-rule-width 속성 - 컬럼구분자 너비 지정 (= 컬럼구분바 두께 = colum…
selector CSS - :nth-last-of-type(n) 가상선택자 - 타입마지막n번째 자식요소 (순서선택자,,타입…
pagination CSS - 페이징 - 빵메뉴 (= Breadcrumbs : 브레드크럼즈 = 메뉴 현재위치 표시)
border CSS - border-top-right-radius 속성 - 테두리상단우측둥글기 지정 (= 보더탑라이트레이…
12/27
목록
찾아주셔서 감사합니다. Since 2012