Stubbing out more content.
Includes sections for * Forms * Lists * Layouts * Buttons
This commit is contained in:
parent
c0ff51f435
commit
8331687b77
1 changed files with 32 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
<li>Footer with multiple columns</li>
|
||||
<li>Prose / Typography styles</li>
|
||||
</ul>
|
||||
|
||||
<section>
|
||||
<h1>Headers</h1>
|
||||
<header class="bg-maroon wht pal pax-ns">
|
||||
|
@ -35,6 +36,37 @@
|
|||
</h2>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h1>Lists</h1>
|
||||
<h2>Horizontal Navigation</h2>
|
||||
<ul>
|
||||
<li>Home</li>
|
||||
<li>Shop</li>
|
||||
<li>Contact</li>
|
||||
<li>Settings</li>
|
||||
<li>Log In</li>
|
||||
</ul>
|
||||
<h2>Vertical Navigation</h2>
|
||||
<ul>
|
||||
<li>Sign Up</li>
|
||||
<li>FAQ</li>
|
||||
<li>Tasks</li>
|
||||
<li>Opportunities</li>
|
||||
<li>Feed</li>
|
||||
<li>Messages</li>
|
||||
<li>Contact</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Buttons</h1>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Forms</h1>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Layouts</h1>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue