CSS3 열 규칙
이 column-rule-style속성은 열 사이의 규칙 스타일을 지정합니다.
예
div {
-webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
-moz-column-rule-style: solid; /* Firefox */
column-rule-style: solid;
}
<!DOCTYPE html>
<html>
<head>
<style>
.newspaper {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;
-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
-moz-column-gap: 40px; /* Firefox */
column-gap: 40px;
-webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
-moz-column-rule-style: solid; /* Firefox */
column-rule-style: solid;
}
</style>
</head>
<body>
<p><b>Note:</b> Internet Explorer 9, and earlier versions, does not support the column-rule-style property.</p>
<div class="newspaper">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.
</div>
</body>
</html>
게시글 목록
| 번호 | 제목 |
|---|---|
| 2982 | |
| 2981 | |
| 2980 | |
| 2979 | |
| 2978 | |
| 2977 | |
| 2976 | |
| 2975 | |
| 2974 |
HTML
Input Type Tel
|
| 2973 | |
| 2972 | |
| 2971 |
HTML
HTML5 input 유형
|
| 2970 | |
| 2969 | |
| 2968 | |
| 2967 | |
| 2966 | |
| 2965 |
HTML
html input select 요소
|
| 2964 |
HTML
HTML NAME 속성
|
| 2963 |
HTML
HTML METHOD POST GET
|
| 2962 |
HTML
html form action
|
| 2961 | |
| 2960 |
HTML
html form submit
|
| 2959 |
HTML
html form input 객체
|
| 2958 |
HTML
HTML 레이아웃 요소
|
| 2957 | |
| 2956 |
HTML
뷰포트 설정하기
|
| 2955 |
HTML
[HTML <head> 요소] 1
|
| 2954 | |
| 2953 |
HTML
[HTML 블록 및 인라인 요소]
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기