CSS3 그림자 효과 두번째

· 8년 전 · 1647



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,374
CSS 8년 전 조회 1,606
CSS 8년 전 조회 1,626
CSS 8년 전 조회 1,769
CSS 8년 전 조회 2,062
CSS 8년 전 조회 2,384
CSS 8년 전 조회 2,027
CSS 8년 전 조회 2,001
CSS 8년 전 조회 1,857
CSS 8년 전 조회 1,682
CSS 8년 전 조회 1,658
CSS 8년 전 조회 1,860
CSS 8년 전 조회 1,935
CSS 8년 전 조회 1,725
CSS 8년 전 조회 1,648
CSS 8년 전 조회 2,283
CSS 8년 전 조회 2,386
CSS 8년 전 조회 1,742
CSS 8년 전 조회 2,261
CSS 8년 전 조회 2,069
CSS 8년 전 조회 1,967
CSS 8년 전 조회 2,399
CSS 8년 전 조회 1,952
CSS 8년 전 조회 2,202
CSS 8년 전 조회 2,495
CSS 8년 전 조회 2,428
CSS 8년 전 조회 1,843
CSS 8년 전 조회 1,735
CSS 8년 전 조회 2,025
CSS 8년 전 조회 2,053