diff --git a/demo.html b/demo.html index 3e6ad59..d15a6ff 100644 --- a/demo.html +++ b/demo.html @@ -9,7 +9,10 @@
To style headings in various sizes, add the .headings class to your <h1> through <h6> tags.
To style headings in various sizes, add the
+ .headings class to your
+ <h1> through
+ <h6> tags.
- <h1 class="headings">h1. Vast Quoll</h1>
- <h2 class="headings">h2. Vast Quoll</h2>
- <h3 class="headings">h3. Vast Quoll</h3>
- <h4 class="headings">h4. Vast Quoll</h4>
- <h5 class="headings">h5. Vast Quoll</h5>
- <h6 class="headings">h6. Vast Quoll</h6>
+
+ <h1
+ class="headings">h1. Vast Quoll</h1>
+
+
+ <h2
+ class="headings">h2. Vast Quoll</h2>
+
+
+ <h3
+ class="headings">h3. Vast Quoll</h3>
+
+
+ <h4
+ class="headings">h4. Vast Quoll</h4>
+
+
+ <h5
+ class="headings">h5. Vast Quoll</h5>
+
+
+ <h6
+ class="headings">h6. Vast Quoll</h6>
+
+ To create secondary text, add the .small class to your <h1> through <h6> tags.
Vast CSS global default font-size is 13px, with a line-height of 1.5. This is applied to the <body> and all paragraphs. Including, <p> (paragraphs) receive a bottom margin of 10px.
+