Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created November 3, 2010 11:31
Show Gist options
  • Save Eugeny/660985 to your computer and use it in GitHub Desktop.
Save Eugeny/660985 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
.shaded {
background: #500;
color: #fff;
}
.shaded:hover {
display: none;
}
</style>
</head>
<body>
<a class="shaded">
Qwerty
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment