Skip to content

Instantly share code, notes, and snippets.

@quipu
quipu / index.html
Created November 2, 2014 19:22
CSS Responsive Menu
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Only Navigation Menu</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<label for="show-menu" class="show-menu">Show Menu</label>