diff --git a/demo/index.html b/demo/index.html index 7497c32..b613240 100644 --- a/demo/index.html +++ b/demo/index.html @@ -20,6 +20,28 @@ background-color: #efefef; border: 1px dotted #cecece; } + + .header { + padding: 8px 0 0; + background-color: #e9e9e9; + border-bottom: 1px dotted #959595; + margin: 0 0 50px; + } + + .header__logo { + width: 50px; + line-height: 0; + position: relative; + top: 3px; + margin: 0 10px; + } + + .footer { + padding: 8px 0 0; + background-color: #e9e9e9; + border-top: 1px dotted #959595; + margin: 50px 0 0 0; + }
@@ -27,16 +49,29 @@
-
+ Glossier viral occupy mixtape pok pok cornhole, vape affogato hella knausgaard thundercats
+ The Reflex Grid is from Lee Jordan. I have
+ build a few helper for media-queries. Reflex Grid is lightweight, simple and uses a flexbox grid with
+ cross browser support, an inline-block fallback.
+
+ Documentation: http://reflexgrid.com/docs/
+ For Media Queries uses the Breakpoints from the Reflex Grid.
+
+ You can uses a Mixin to add styles to an Breakpoint.If you want
+ that a style only belong to one Breakpoints "-only", otherwise it is
+ Mobile First.
+ <h2></h2>
+
+
+
Heading
+ Html:
+ <h2></h2>
<h2 class="h3"></h2>
+ Sass:
+ $crispy__heading__font-sizes: (
+ 'h1': 40px,
+ 'h2': 36px,
+ 'h3': 32px,
+ 'h4': 28px,
+ 'h5': 24px,
+ 'h6': 20px
+) !default;
+
+ Heading h1
+ Heading h1
+ Heading h1
+ Heading h1
+ Heading h1
+ Heading h1
+
+ Strong
+
+
+ blockquote
+ Html:
+ <blockquote></blockquote>
+
+ Hoodie kickstarter four loko, pinterest hashtag chambray glossier. Pug before they sold out etsy listicle. Deep v bespoke tacos polaroid, squid flexitarian crucifix messenger bag.
+
+
+
+ abbr
+
-
- Hoodie kickstarter four loko, pinterest hashtag chambray glossier. Pug before they sold out etsy listicle. Deep v bespoke tacos polaroid, squid flexitarian crucifix messenger bag.
-
-
-
-
-
-
-
- <abbr title=""></abbr>
+
+
+
+
+
+
+
+
Buttons
- <button class="button button--danger"></button>
+<button class="button button--success"></button>
+<button class="button button--warning"></button>
+<button class="button button--danger"></button>
+<button class="button button--up"></button>
+<button class="button button--down"></button>
+
+
Table
-
-
-
-
-
-
-
- name
- age
-
-
- The Shawshank Redemption
- 12
-
-
- The Shawshank Redemption
- 12
-
-
-
- The Shawshank Redemption
- 12
- <table class="table table--striped">
+ <thead>
+ <tr>
+ <th></th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td></td>
+ </tr>
+ </tbody>
+</table>
+
+
+
+
+
+
+
+
+
+
+ name
+ age
+
+
+ Mr. Brown
+ 43
+
+
+ Mr. Magenta
+ 32
+
+
+
+ Mr. White
+ 45
+
+
+ Reflex Grid
+
+
+ Github: https://github.com/leejordan/reflex
+
+ Media Queries
+
+
+
+
+ Sass:
+
+ @include crispy__media-md() {
+ <!-- your code -->
+}
+
+@include crispy__media-md-only() {
+ <!-- your code -->
+}
+