수

CSS3 그림자 효과 세번째

· 2017-08-15 (화) 23:00:37 · 1915

CSS3 그림자 효과 세번째 


91308e91ff090fb4abed793c1e3856ce_1502805840_4276.png
 


예

h1 {

    color: white;

    text-shadow: 2px 2px 4px #000000;

}


[전체소스]

<!DOCTYPE html>

<html>

<head>

<style>

h1 {

    color: white;

    text-shadow: 2px 2px 4px #000000;

}

</style>

</head>

<body>


<h1>Text-shadow effect!</h1>


<p><b>Note:</b> Internet Explorer 9 and earlier versions, do not support the text-shadow property.</p>


</body>

</html>

91308e91ff090fb4abed793c1e3856ce_1502805873_7387.png
다음 예제에서는 빨간색 네온 광선 그림자를 보여줍니다. 

91308e91ff090fb4abed793c1e3856ce_1502805909_0263.png
예
h1 {
    text-shadow: 0 0 3px #FF0000;
}

[전체소스]
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
    text-shadow: 0 0 3px #FF0000;
}
</style>
</head>
<body>

<h1>Text-shadow effect!</h1>

<p><b>Note:</b> Internet Explorer 9 and earlier versions, do not support the text-shadow property.</p>

</body>
</html>
91308e91ff090fb4abed793c1e3856ce_1502805953_3938.png
 
|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리셔팁

1,282건

퍼블리싱과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
CSS 17-08-23 조회 2,113
CSS 17-08-23 조회 2,132
CSS 17-08-22 조회 1,903
CSS 17-08-22 조회 2,211
CSS 17-08-22 조회 2,649
CSS 17-08-20 조회 2,261
CSS 17-08-20 조회 1,565
CSS 17-08-20 조회 1,785
CSS 17-08-18 조회 1,812
CSS 17-08-18 조회 1,932
CSS 17-08-18 조회 2,253
CSS 17-08-17 조회 2,553
CSS 17-08-17 조회 2,215
CSS 17-08-17 조회 2,186
CSS 17-08-16 조회 2,053
CSS 17-08-16 조회 1,836
CSS 17-08-16 조회 1,826
CSS 17-08-15 조회 2,036
CSS 17-08-15 조회 2,096
CSS 17-08-15 조회 1,916
CSS 17-08-11 조회 1,809
CSS 17-08-11 조회 2,460
CSS 17-08-11 조회 2,576
CSS 17-08-10 조회 1,921
CSS 17-08-10 조회 2,437
CSS 17-08-10 조회 2,236
CSS 17-08-09 조회 2,133
CSS 17-08-09 조회 2,567
CSS 17-08-09 조회 2,117
CSS 17-08-07 조회 2,378