From 832be3789b5eca5676e5db6d02d49fdd881eb214 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 3 Nov 2017 11:48:32 +0100 Subject: [PATCH] Added sumarry --- demo.css | 3 +++ index.html | 41 ++++++++++++++++++++++++++++++----------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/demo.css b/demo.css index 1bbf4bd..345c00e 100644 --- a/demo.css +++ b/demo.css @@ -10,4 +10,7 @@ body { .docs { margin-top: 2rem; margin-bottom: 2rem; +} +.summary a { + color: #41403e; } \ No newline at end of file diff --git a/index.html b/index.html index 97bb9f9..9a7dacc 100644 --- a/index.html +++ b/index.html @@ -34,12 +34,31 @@

the less formal CSS framework

+
Download Docs About Github
+ +

Summary:

+ +
@@ -184,7 +203,7 @@
-
+

Typography

How pretty is the text?

Heading 1

@@ -209,7 +228,7 @@ <p>Lorem ipsum dolor....</p>
-
+

Buttons

Insprired by Imprefect Buttons

@@ -235,7 +254,7 @@ </div>
-
+

Forms

@@ -330,7 +349,7 @@
-
+

Lists

Ordered Lists

    @@ -406,7 +425,7 @@ <!-- Replace ol with ul for unordered lists. Go up to 5 levels deep! -->
-
+

Code

Let's make some pretty <code>

Print files backwards using tac

@@ -427,7 +446,7 @@ function add(x, y) { </pre>
-
+

Tables

Regular

@@ -560,7 +579,7 @@ function add(x, y) { <table class="table-alternating"> -
+

Popovers

Basic usage

You can add popovers, also called tooltips, on your elements. popover attribute is the popover text content, popover-position attribute can be: top, left, right, bottom.

@@ -601,7 +620,7 @@ function add(x, y) { <button popover="Popover on top" popover-position="top">Popover on top and on a button!</button>
-
+

Colors

Text

Text primary

@@ -636,7 +655,7 @@ function add(x, y) { </div>
-
+

Borders & Shadows

Borders

@@ -805,7 +824,7 @@ function add(x, y) { </div>
-
+

Images

Responsive

Images by default are responsive

@@ -840,7 +859,7 @@ function add(x, y) { <img src="https://unsplash.it/300" class="no-responsive no-border">
-
+

Alerts