Created
June 23, 2015 09:18
-
-
Save kellishouts/b54653caac83c6ad7713 to your computer and use it in GitHub Desktop.
Block Family index.html
This file contains hidden or 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"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>block family</title> | |
<link rel="stylesheet" href="css/styles.css"> | |
</head> | |
<body> | |
<h1>block family</h1> | |
<ul class="block_family clearfix"> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
<li> | |
<h2>block</h2> | |
</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment