Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created November 3, 2010 11:38
Show Gist options
  • Save Eugeny/660988 to your computer and use it in GitHub Desktop.
Save Eugeny/660988 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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Demo</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<style type="text/css">
.shaded {
background: #500;
color: #fff;
}
.shaded:hover {
display: none;
}
</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