CSS3 그림자 효과 두번째

· 8년 전 · 1653



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,380
CSS 8년 전 조회 1,609
CSS 8년 전 조회 1,628
CSS 8년 전 조회 1,771
CSS 8년 전 조회 2,069
CSS 8년 전 조회 2,390
CSS 8년 전 조회 2,030
CSS 8년 전 조회 2,005
CSS 8년 전 조회 1,862
CSS 8년 전 조회 1,685
CSS 8년 전 조회 1,662
CSS 8년 전 조회 1,865
CSS 8년 전 조회 1,939
CSS 8년 전 조회 1,731
CSS 8년 전 조회 1,654
CSS 8년 전 조회 2,287
CSS 8년 전 조회 2,392
CSS 8년 전 조회 1,747
CSS 8년 전 조회 2,265
CSS 8년 전 조회 2,076
CSS 8년 전 조회 1,971
CSS 8년 전 조회 2,404
CSS 8년 전 조회 1,957
CSS 8년 전 조회 2,203
CSS 8년 전 조회 2,500
CSS 8년 전 조회 2,435
CSS 8년 전 조회 1,849
CSS 8년 전 조회 1,736
CSS 8년 전 조회 2,033
CSS 8년 전 조회 2,056