CSS3 그림자 효과 세번째 > 퍼블리셔팁

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!

퍼블리셔팁

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

CSS3 그림자 효과 세번째 정보

CSS CSS3 그림자 효과 세번째

본문

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
 
추천
0

댓글 0개

전체 1,264
퍼블리셔팁 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT