You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You should use Skeleton if you're feeling like whole UI frameworks like Bootstrap and Foundation are overkill for your project and you just want the basics. Skeleton only styles a handful of standard HTML elements and includes a grid, but that's often more than enough to get started. In fact, <u>this site is built on Skeleton and has just over 100 lines of custom CSS.</u></p>
113
113
<p>Love Skeleton and want to Tweet it, share it, or star it? Well, I appreciate that <3</p>
@@ -119,7 +119,7 @@ <h6 class="docs-header">Is Skeleton for you?</h6>
119
119
</div>
120
120
121
121
<!-- Grid -->
122
-
<divclass="docs-section">
122
+
<divclass="docs-section"id="grid">
123
123
<h6class="docs-header">The grid</h6>
124
124
<p>The grid is a <u>12-column fluid grid with a max width of 960px</u>, that shrinks with the browser/device at smaller sizes. The max width can be changed with one line of CSS and all columns will resize accordingly. The syntax is simple and it makes coding responsive much easier. Go ahead, resize the browser. </p>
<p>Type is all set with the <code>rems</code>, so font-sizes and spacial relationships can be responsively sized based on a single <code><html></code> font-size property. Out of the box, Skeleton never changes the <code><html></code> font-size, but it's there in case you need it for your project. All measurements are still base 10 though so, an <code><h1></code> with <code>5.0rem</code>font-size just means <code>50px</code>.</p>
214
214
<divclass="docs-example">
@@ -255,7 +255,7 @@ <h6>Heading</h6>
255
255
</div>
256
256
257
257
<!-- Buttons -->
258
-
<divclass="row docs-section">
258
+
<divclass="row docs-section"id="buttons">
259
259
<h6class="docs-header">Buttons</h6>
260
260
<p>Buttons come in two basic flavors in Skeleton. The standard <code><button></code> element is plain, whereas the <code>.button-primary</code> button is vibrant and prominent. Button styles are applied to a number of appropriate form elements, but can also be arbitrarily attached to anchors with a <code>.button</code> class.</p>
<p>Forms are a huge pain, but hopefully these styles make it a bit easier. All inputs, select, and buttons are normalized for a common height cross-browser so inputs can be stacked or placed alongside each other.</p>
<p>Code styling is kept basic – just wrap anything in a <code><code></code> and it will appear like <code>this</code>. For blocks of code, wrap a <code><code></code> with a <code><pre></code>.</p>
<p>Skeleton uses media queries to serve its scalable grid, but also has a list of queries for convenience of styling your site across devices. There are two sets of queries. The first set is mobile-first, meaning it targets <code>min-width</code>. The other set is desktop-first, meaning it targets <code>max-width</code>. Mobile-first queries are how Skeleton's grid is built and is a preferrable method of organizing CSS. The sizes for the queries are:</p>
<p>Skeleton has a number of small utility classes that act as easy-to-use helpers. Sometimes it's better to use a utility class than create a whole new class just to float an element.</p>
<h6class="docs-header">Examples of Skeleton sites</h6>
616
+
<divclass="row docs-section"id="examples">
617
+
<h6class="docs-header">Examples</h6>
618
618
</div>
619
619
620
620
<!-- License -->
621
-
<divclass="row docs-section">
621
+
<divclass="row docs-section"id="license">
622
622
<h6class="docs-header">License</h6>
623
623
<p>All parts of Skeleton are free to use and abuse under the <ahref="http://opensource.org/licenses/mit-license.php">open-source MIT license</a>. More importantly, if you're into coding head over to the <ahref="https://github.com/dhg/Skeleton">Github page</a> and contribute or fork this bad boy.</p>
624
624
<p>Skeleton's version history is available <ahref="#">on Github</a>.</p>
625
625
</div>
626
626
627
627
<!-- Colophon -->
628
-
<divclass="row docs-section">
628
+
<divclass="row docs-section"id="colophon">
629
629
<h6class="docs-header">Colophon</h6>
630
630
<p>Skeleton was built using <ahref="http://www.sublimetext.com/3">Sublime Text 3</a> and designed with <ahref="http://bohemiancoding.com/sketch/">Sketch</a>. The typeface <ahref="http://www.google.com/fonts/specimen/Raleway">Raleway</a> was created by <ahref="http://matt.cc/">Matt McInerney</a> and <ahref="http://www.impallari.com/">Pablo Impallari</a>. Code highlighting by Google's Prettify library. Icons in the header are all derivative work of icon from <ahref="thenounproject.com">The Noun Project</a>.<ahref="http://thenounproject.com/term/feather/22073/"> Feather</a> by Zach VanDeHey, <ahref="http://thenounproject.com/term/pen/21163/">Pen</a> (with cap) by Ed Harrison, <ahref="http://thenounproject.com/term/pen/32847/">Pen</a> (with clicker) by Matthew Hall, and <ahref="http://thenounproject.com/term/watch/48015/">Watch</a> by Julien Deveaux.</p>
0 commit comments