From 9c4f2b201ad429d16abc1a497a9fcc5998b0a410 Mon Sep 17 00:00:00 2001 From: Stephani McGrath Date: Tue, 7 Mar 2017 17:47:01 -0800 Subject: [PATCH] day two headings and body copy --- Building-Bootstrap | 1 + demo.html | 79 +++++++++++++++++++++++++++++++++++++++------- style.css | 1 + 3 files changed, 70 insertions(+), 11 deletions(-) create mode 160000 Building-Bootstrap diff --git a/Building-Bootstrap b/Building-Bootstrap new file mode 160000 index 0000000..87aa026 --- /dev/null +++ b/Building-Bootstrap @@ -0,0 +1 @@ +Subproject commit 87aa0266848157a669cc5cf4fdd8a3832ee10abf diff --git a/demo.html b/demo.html index 293a5ad..d15a6ff 100644 --- a/demo.html +++ b/demo.html @@ -9,7 +9,10 @@

Headings

-

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. Vast Quoll

h2. Vast Quoll

@@ -18,21 +21,75 @@

h4. Vast Quoll

h5. Vast Quoll
h6. Vast Quoll
+ - <h1 class="headings">h1. Vast Quoll</h1> +

+ <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> +

+ +

Secondary Headings

+

To create secondary text, add the .small class to your <h1> through <h6> tags.

+

h1. Vast Quoll Secondary text

+

h2. Vast Quoll Secondary text

+

h3. Vast Quoll Secondary text

+

h4. Vast Quoll Secondary text

+
h5. Vast Quoll Secondary text
+
h6. Vast Quoll Secondary text
+ --> +
+
+

Body copy

+

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. +

diff --git a/style.css b/style.css index 97d9ae5..03a123c 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,4 @@ + .section-title { color: blue; background-color: #d6e2ed;