야한남자

신기한css소스

· 2010-09-02 (목) 18:38:28 · 3879 · 6


실행해보세요 ~!! 크롬에서.


<!DOCTYPE html>

<html lang="en">
<head>
 <meta charset="utf-8">
 <title>Subtle Typography</title>

 <style>
 body {
  background: #666;
  padding: 1em;
 }

 h1 {
  position: relative;
  font-size: 200px;
  margin-top: 0;
  font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
  text-shadow: 2px 3px 3px #292929;
  letter-spacing: -7px;
  -webkit-text-stroke: 1px white;
 
 }
 
 

 h1 a {
  text-decoration: none;
  color: #ffffff;
  position: absolute;

  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,1)));
  text-shadow: 0 2px 0 #e9e9e9;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
 }
 
 h1 a:hover {
  color: #185a50;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.3)), to(rgba(0,0,0,1)));
  
 }

 h1:after {
  color: #dbdbdb;
  content : attr(data-title);
 }
 


 </style>
</head>
<body>
     <h1 data-title="Hello Readers"> <a href="#"> Hello Readers </a> </h1>
</body>
</html>

|

댓글 6개

오~마우스 올라갔을때 그라데이션이...
html5 ~~
2010-09-02 (목) 22:06:03
크롬에서는 아주 멋진 그라데이션인데 다른 익스플러에서는 추하네요 ㅋㅋㅋ
점점 html5를쓰는추세인가요
울나라는 익스사용자가 많아서.. 익스9부터는 잘 지원한다는데 나와봐야 알겠죠..
오 싱기하네요
댓글을 작성하시려면 로그인이 필요합니다.

자유게시판

202,899건
+
제목 글쓴이 날짜 조회
10-09-03 조회 1,893
10-09-03 조회 3,142
10-09-03 조회 2,065
10-09-03 조회 2,077
10-09-03 조회 2,205
10-09-03 조회 2,588
10-09-03 조회 2,802
10-09-03 조회 4,698
10-09-03 조회 2,187
10-09-03 조회 5,116
10-09-02 조회 2,171
10-09-02 조회 1,946
10-09-02 조회 2,363
10-09-02 조회 2,505
10-09-02 조회 2,181
10-09-02 조회 1,906
10-09-02 조회 3,880
10-09-02 조회 2,153
10-09-02 조회 1,892
10-09-02 조회 2,168