creating a new branch to experiment with a new grid.
This commit is contained in:
11
index.html
11
index.html
@ -43,16 +43,16 @@
|
||||
<!-- Delete everything in this .container and get started on your own site! -->
|
||||
|
||||
<div class="container">
|
||||
<div class="sixteen columns">
|
||||
<div class="g-16">
|
||||
<h1 class="remove-bottom" style="margin-top: 40px">Skeleton</h1>
|
||||
<h5>Version 1.1</h5>
|
||||
<h5>Version 2.0</h5>
|
||||
<hr />
|
||||
</div>
|
||||
<div class="one-third column">
|
||||
<div class="g-1-3rd">
|
||||
<h3>About Skeleton?</h3>
|
||||
<p>Skeleton is a small collection of well-organized CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. It's based on a responsive grid, but also provides very basic CSS for typography, buttons, tabs, forms and media queries. Go ahead, resize this super basic page to see the grid in action.</p>
|
||||
</div>
|
||||
<div class="one-third column">
|
||||
<div class="g-1-3rd">
|
||||
<h3>Three Core Principles</h3>
|
||||
<p>Skeleton is built on three core principles:</p>
|
||||
<ul class="square">
|
||||
@ -61,11 +61,10 @@
|
||||
<li><strong>Style Agnostic</strong>: It provides the most basic, beautiful styles, but is meant to be overwritten.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="one-third column">
|
||||
<div class="g-1-3rd">
|
||||
<h3>Docs & Support</h3>
|
||||
<p>The easiest way to really get started with Skeleton is to check out the full docs and info at <a href="http://www.getskeleton.com">www.getskeleton.com.</a>. Skeleton is also open-source and has a <a href="https://github.com/dhgamache/skeleton">project on git</a>, so check that out if you want to report bugs or create a pull request. If you have any questions, thoughts, concerns or feedback, please don't hesitate to email me at <a href="mailto:hi@getskeleton.com">hi@getskeleton.com</a>.</p>
|
||||
</div>
|
||||
|
||||
</div><!-- container -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user