Created
March 1, 2013 19:56
-
-
Save darbyfrey/5067289 to your computer and use it in GitHub Desktop.
test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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