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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 677 | HTML |
바다로가자
|
13년 전 | 3644 | |
| 676 | HTML |
|
13년 전 | 4968 | |
| 675 | HTML |
|
13년 전 | 3399 | |
| 674 | HTML |
there007
|
13년 전 | 3171 | |
| 673 | HTML | 13년 전 | 3644 | ||
| 672 | HTML | 13년 전 | 3654 | ||
| 671 | HTML | 13년 전 | 2471 | ||
| 670 | HTML | 13년 전 | 4986 | ||
| 669 | HTML | 13년 전 | 4175 | ||
| 668 | HTML | 13년 전 | 3755 | ||
| 667 | HTML |
jdjjun00
|
13년 전 | 4178 | |
| 666 | HTML | 13년 전 | 3004 | ||
| 665 | HTML | 13년 전 | 3167 | ||
| 664 | HTML | 13년 전 | 2827 | ||
| 663 | HTML | 13년 전 | 3893 | ||
| 662 | HTML | 13년 전 | 3680 | ||
| 661 | HTML | 13년 전 | 3359 | ||
| 660 | HTML | 13년 전 | 3455 | ||
| 659 | HTML | 13년 전 | 8594 | ||
| 658 | HTML | 13년 전 | 2645 | ||
| 657 | HTML | 13년 전 | 6009 | ||
| 656 | HTML | 13년 전 | 3048 | ||
| 655 | HTML |
ddokkani
|
13년 전 | 3169 | |
| 654 | HTML | 13년 전 | 4557 | ||
| 653 | HTML | 13년 전 | 2653 | ||
| 652 | HTML | 13년 전 | 3466 | ||
| 651 | HTML | 13년 전 | 2440 | ||
| 650 | HTML | 13년 전 | 4782 | ||
| 649 | HTML | 13년 전 | 2742 | ||
| 648 | HTML | 13년 전 | 3355 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기