CSS3 그라디언트 방사형 그라데이션 반복
CSS3 그라디언트 방사형 그라데이션 반복
repeated-radial-gradient () 함수는 방사형 그래디언트를 반복하는 데 사용됩니다.
예
반복 방사형 그래디언트 :
#grad {
background: red; /* For browsers that do not support gradients */
/* For Safari 5.1 to 6.0 */
background: -webkit-repeating-radial-gradient(red, yellow 10%, green 15%);
/* For Opera 11.6 to 12.0 */
background: -o-repeating-radial-gradient(red, yellow 10%, green 15%);
/* For Firefox 3.6 to 15 */
background: -moz-repeating-radial-gradient(red, yellow 10%, green 15%);
/* Standard syntax */
background: repeating-radial-gradient(red, yellow 10%, green 15%);
}
<!DOCTYPE html>
<html>
<head>
<style>
#grad1 {
height: 150px;
width: 200px;
background: -webkit-repeating-radial-gradient(red, yellow 10%, green 15%); /* For Safari 5.1 to 6.0 */
background: -o-repeating-radial-gradient(red, yellow 10%, green 15%); /* For Opera 11.6 to 12.0 */
background: -moz-repeating-radial-gradient(red, yellow 10%, green 15%); /* For Firefox 3.6 to 15 */
background: repeating-radial-gradient(red, yellow 10%, green 15%); /* Standard syntax (must be last) */
}
</style>
</head>
<body>
<h3>Repeating Radial Gradient</h3>
<div id="grad1"></div>
<p><strong>Note:</strong> Internet Explorer 9 and earlier versions do not support gradients.</p>
</body>
</html>
Repeating Radial Gradient
Note: Internet Explorer 9 and earlier versions do not support gradients.
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 737 | CSS |
kiplayer
|
11년 전 | 16450 | |
| 736 | HTML |
|
11년 전 | 7100 | |
| 735 | CSS |
잘살아보자
|
11년 전 | 5795 | |
| 734 | CSS |
잘살아보자
|
11년 전 | 4523 | |
| 733 | CSS |
잘살아보자
|
11년 전 | 6778 | |
| 732 | HTML |
잘살아보자
|
11년 전 | 4711 | |
| 731 | CSS |
잘살아보자
|
11년 전 | 9436 | |
| 730 | 기타 |
잘살아보자
|
11년 전 | 3479 | |
| 729 | HTML |
잘살아보자
|
11년 전 | 7645 | |
| 728 | 기타 |
|
11년 전 | 6802 | |
| 727 | 기타 | 11년 전 | 11465 | ||
| 726 | 기타 |
|
11년 전 | 5472 | |
| 725 | 기타 |
네이비칼라
|
11년 전 | 4378 | |
| 724 | CSS |
잘살아보자
|
11년 전 | 4886 | |
| 723 | CSS |
잘살아보자
|
11년 전 | 6605 | |
| 722 | CSS |
잘살아보자
|
11년 전 | 17071 | |
| 721 | CSS |
|
11년 전 | 7152 | |
| 720 | 기타 | 11년 전 | 3763 | ||
| 719 | 기타 | 12년 전 | 7324 | ||
| 718 | CSS | 12년 전 | 10511 | ||
| 717 | 반응형 | 12년 전 | 6127 | ||
| 716 | 반응형 | 12년 전 | 14549 | ||
| 715 | 기타 | 12년 전 | 7314 | ||
| 714 | CSS | 12년 전 | 5034 | ||
| 713 | 반응형 | 12년 전 | 30112 | ||
| 712 | 기타 | 12년 전 | 5268 | ||
| 711 | HTML |
kiplayer
|
12년 전 | 10877 | |
| 710 | CSS | 12년 전 | 15280 | ||
| 709 | 웹접근성 | 12년 전 | 6733 | ||
| 708 | 웹접근성 | 12년 전 | 6049 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기