diff --git a/demo.html b/demo.html
new file mode 100644
index 0000000..142a04c
--- /dev/null
+++ b/demo.html
@@ -0,0 +1,297 @@
+
+
+
+ Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.
+
+
+ h1 {
+ margin: 0.5em 0;
+ font-size: 3.5em;
+ text-align: center;
+ }
+
+ h2 {
+ margin: 1em 0 0.75em;
+ font-size: 1.5em;
+ }
-
+ /* structure */
+
+
+ .fork img {
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
-
+ .demo {
+ margin:2em 0 4em;
+ text-align: center;
+ }
+
+ .demo p {
+ margin: 0.5em 0 0;
+ font-style: italic;
+ }
-
- normalize.css makes browsers render all elements consistently and in line with modern standards.
-
+ .button {
+ display: inline-block;
+ padding: 6px 15px;
+ border: 1px solid #487310;
+ margin: 20px 0 0;
+ font-size: 22px;
+ line-height: 28px;
+ color: #fff;
+ background: #6EAD1A;
+ text-shadow:0 1px 1px rgba(0,0,0,0.4);
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4),
+ inset 0 1px rgba(255,255,255,0.5),
+ inset 0 12px rgba(255,255,255,0.2),
+ inset 0 10px 20px rgba(255,255,255,0.25),
+ inset 0 -12px 25px rgba(0,0,0,0.3);
+ -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4),
+ inset 0 1px rgba(255,255,255,0.5),
+ inset 0 12px rgba(255,255,255,0.2),
+ inset 0 10px 20px rgba(255,255,255,0.25),
+ inset 0 -12px 25px rgba(0,0,0,0.3);
+ box-shadow: 0 1px 3px rgba(0,0,0,0.4),
+ inset 0 1px rgba(255,255,255,0.5),
+ inset 0 12px rgba(255,255,255,0.2),
+ inset 0 10px 10px rgba(255,255,255,0.25),
+ inset 0 -12px 25px rgba(0,0,0,0.3);
+ -webkit-transition: all 0.15s;
+ -moz-transition: all 0.15s;
+ -o-transition: all 0.15s;
+ transition: all 0.15s;
+ }
-
Authors
-
necolas (nicolasgallagher@gmail.com)
Jonathan (jonathantneal@hotmail.com)
-
Contact
-
Nicolas Gallagher (nicolas@nicolasgallagher.com)
+ .button:hover,
+ .button:focus,
+ .button:active {
+ text-decoration: none;
+ color: #fff;
+ background: #569107;
+ }
+
+ .footer {
+ border-top: 1px solid #ccc;
+ margin: 3em 0 0;
+ font-size: 13px;
+ }
+
+
+
+
+
+
+
+
-
Download
-
- You can download this project in either
- zip or
- tar formats.
-
-
You can also clone the project with Git
- by running:
-
$ git clone git://github.com/necolas/normalize.css
-
+
-
+
+
+
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards.
+
+
What does it do?
+
+ - Preserves useful defaults, unlike many CSS resets.
+ - Normalizes styles for a wide range of elements.
+ - Corrects bugs and common browser inconsistencies.
+ - Improves usability with subtle improvements.
+ - Explains what code does using detailed comments.
+
+
+
+
+
How to use it
+
You are encouraged to read, edit, customise, add, and trim rulesets or styles from normalize.css on a per project basis.
+
The normalize.css file is not intended to be a mysterious "black box" that is included in a project and then ignored. It should be used as a customisable starting point on any project.
-
+
Browser support
+
Chrome, Firefox 3+, Safari 4+, Opera 10+, Internet Explorer 6+
-
-
-
+
Source code
+
Get the source code on GitHub: necolas/normalize.css, or download it in either zip or tar formats.
+
You can also clone the project with Git by running:
$ git clone git://github.com/necolas/normalize.css
+
+
Acknowledgements
+
Normalize.css is a project by Jonathan Neal and Nicolas Gallagher. Our branches have diverged somewhat and I recommend that you also have a look at Jonathan's normalize.css branch.
+
+
+
+
+
+
+