수

CSS3 그림자 효과 두번째

· 2017-08-11 (금) 16:00:46 · 1807



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
 
|
댓글을 작성하시려면 로그인이 필요합니다.

퍼블리셔팁

1,282건

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

+
분류 제목 글쓴이 날짜 조회
CSS 17-08-23 조회 2,110
CSS 17-08-23 조회 2,130
CSS 17-08-22 조회 1,899
CSS 17-08-22 조회 2,208
CSS 17-08-22 조회 2,646
CSS 17-08-20 조회 2,258
CSS 17-08-20 조회 1,561
CSS 17-08-20 조회 1,784
CSS 17-08-18 조회 1,810
CSS 17-08-18 조회 1,929
CSS 17-08-18 조회 2,251
CSS 17-08-17 조회 2,551
CSS 17-08-17 조회 2,212
CSS 17-08-17 조회 2,184
CSS 17-08-16 조회 2,050
CSS 17-08-16 조회 1,834
CSS 17-08-16 조회 1,824
CSS 17-08-15 조회 2,031
CSS 17-08-15 조회 2,092
CSS 17-08-15 조회 1,914
CSS 17-08-11 조회 1,808
CSS 17-08-11 조회 2,455
CSS 17-08-11 조회 2,573
CSS 17-08-10 조회 1,918
CSS 17-08-10 조회 2,435
CSS 17-08-10 조회 2,235
CSS 17-08-09 조회 2,131
CSS 17-08-09 조회 2,564
CSS 17-08-09 조회 2,116
CSS 17-08-07 조회 2,375