신기한css소스 > 자유게시판

자유게시판

신기한css소스 정보

신기한css소스

본문


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


<!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>

추천
0

댓글 6개

전체 195,580 |RSS
자유게시판 내용 검색

회원로그인

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