Skip to content

Instantly share code, notes, and snippets.

@darbyfrey
Created March 1, 2013 19:56
Show Gist options
  • Save darbyfrey/5067289 to your computer and use it in GitHub Desktop.
Save darbyfrey/5067289 to your computer and use it in GitHub Desktop.
test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wireframe</title>
<link rel="stylesheet" href="wirestyle.css">
</head>
<body>
<div class="wrap">
<div class="header">
<ul>
<li><a href="#"></a>a</li>
<li><a href="#"></a>b</li>
<li><a href="#"></a>c</li>
<li class="top">test</li>
</ul>
</div>
<div class="navbar">
<a class="btn" href="#">btn</a>
<ul>
<li><a href="#">z</a></li>
<li><a href="#">y</a></li>
<li><a href="#">x</a></li>
<li><a href="#">w</a></li>
<li><a href="#">v</a></li>
</ul>
</div>
</div>
</body>
</html>
Window size: x
Viewport size: x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment