Skip to content

Instantly share code, notes, and snippets.

@crongro
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crongro/10245691 to your computer and use it in GitHub Desktop.
Save crongro/10245691 to your computer and use it in GitHub Desktop.
A Pen by younjisu.
<a href="http://www.naver.com">네이버</ㅁ>
a {
text-decoration : none;
font-size : 2em;
color : gray;
padding : 0px;
}
a:hover {
position : relative;
}
a:hover:after {
content : "포털사이트로 이동";
color : gray;
opacity : 0.7;
position : absolute;
top : 0px;
left : 0px;
font-size : 0.4em;
background-color : yellow;
}
@crongro
Copy link
Author

crongro commented Apr 9, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment