Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created November 3, 2010 11:24
Show Gist options
  • Save Eugeny/660982 to your computer and use it in GitHub Desktop.
Save Eugeny/660982 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
.shaded {
opacity: 0.5;
display: inline-block;
background: #500;
color: #fff;
}
.shaded:hover {
opacity: 1.0;
}
</style>
</head>
<body>
<div class="shaded">
Qwerty
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment