Skip to content
  • Unwatch
  • Fork

/devopera-static-backup

HTTPS clone URL

SSH clone URL

Subversion checkout URL

You can clone with HTTPS, SSH, or Subversion.

Clone in Desktop Download ZIP
tree: 869f534ade
Fetching contributors…

Cannot retrieve contributors at this time

17 lines (17 sloc) 0.641 kb
<!DOCTYPE html>
<head>
<title>Creating interactive expandable boxes using CSS: a working but non-functional switch</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
* {font-size: 100%; font-family: sans-serif;}
.show {display: none; }
.hide:focus + .show {display: inline; }
.hide:focus { display: none; }
</style>
</head>
<body>
<h1>Creating interactive expandable boxes using CSS</h1>
<h2>A working but non-functional switch</h2>
<p><a href="css-menu-ex2.html#" class="hide">[hide]</a><a href="css-menu-ex2.html#" class="show">[show]</a></p>
</body>
</html>
Jump to Line
Something went wrong with that request. Please try again.