CSS3 그림자 효과 두번째

· 8년 전 · 1661



6bdffa54a1ef08d61b8f06ccafeca4d2_1502435011_504.png
 

h1 {
    text-shadow: 2px 2px red;
}
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
    text-shadow: 2px 2px red;
}
</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>

6bdffa54a1ef08d61b8f06ccafeca4d2_1502435022_5068.png


6bdffa54a1ef08d61b8f06ccafeca4d2_1502435059_9955.png


h1 {
    text-shadow: 2px 2px 5px red;
}

<!DOCTYPE html>
<html>
<head>
<style>
h1 {
    text-shadow: 2px 2px 5px red;
}
</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>
6bdffa54a1ef08d61b8f06ccafeca4d2_1502435069_4431.png
 
|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리셔팁

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

+
분류 제목 글쓴이 날짜 조회
CSS 8년 전 조회 1,385
CSS 8년 전 조회 1,614
CSS 8년 전 조회 1,634
CSS 8년 전 조회 1,777
CSS 8년 전 조회 2,074
CSS 8년 전 조회 2,395
CSS 8년 전 조회 2,034
CSS 8년 전 조회 2,013
CSS 8년 전 조회 1,869
CSS 8년 전 조회 1,689
CSS 8년 전 조회 1,667
CSS 8년 전 조회 1,869
CSS 8년 전 조회 1,945
CSS 8년 전 조회 1,738
CSS 8년 전 조회 1,662
CSS 8년 전 조회 2,292
CSS 8년 전 조회 2,398
CSS 8년 전 조회 1,751
CSS 8년 전 조회 2,272
CSS 8년 전 조회 2,084
CSS 8년 전 조회 1,977
CSS 8년 전 조회 2,412
CSS 8년 전 조회 1,963
CSS 8년 전 조회 2,209
CSS 8년 전 조회 2,504
CSS 8년 전 조회 2,440
CSS 8년 전 조회 1,855
CSS 8년 전 조회 1,742
CSS 8년 전 조회 2,041
CSS 8년 전 조회 2,060