소스 링크에 칼라 hover
페이지 정보
본문
[code]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
<style>
.a_style {
color: yellow;
text-decoration: none;
transition: 1s;
}
.a_style:hover { text-shadow: 0 0 .1em, 0 0 .3em; }
</style>
</head>
<body bgcolor="#333">
<a href="#" class="a_style">좋은사람들</a>
</body>
</html>
[/code]
댓글목록
등록된 댓글이 없습니다.