type scss

This commit is contained in:
Adam Bradley
2013-09-18 13:19:58 -05:00
parent 77bcb4af58
commit 1c1d10cfa6
5 changed files with 161 additions and 13 deletions

View File

@ -35,6 +35,15 @@
<p><a class="button button-block button-default" href="popovers.html">Popovers</a></p>
<p><a class="button button-block button-default" href="pull-to-refresh.html">Pull To Refresh</a></p>
<p><a class="button button-block button-default" href="tab-bars.html">Tab Bars</a></p>
<hr>
<h1>I'm an H1 Element</h1>
<h2>I'm an H2 Element</h2>
<h3>I'm an H3 Element</h3>
<h4>I'm an H4 Element</h4>
<h5>I'm an H5 Element</h5>
<h6>I'm an H6 Element</h6>
<p>I'm a paragraph Element!</p>
<p>As am I'm a paragraph Element too.</p>
</main>
</section>