diff --git a/demo.html b/demo.html index 3c87510..fab331c 100644 --- a/demo.html +++ b/demo.html @@ -13,7 +13,8 @@
To style headings in various sizes, add the
.headings class to your
<h1> through
- <h6> tags.
<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.
+
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.
- <p - class="lead""lead">...</p> +
+ +Present contact information in our default style by using the <address> tag. Preserve your formatting by ending all lines with <br>.
+ <address>
+ <strong>Learners Guild</strong><br>
+ 492 Ninth Street (Garden Level)<br>
+ Oakland, CA 94607<br>
+ <abbr
+ title="Phone">...</p>
-
+ -->P:</abbr>
+ (123) 456-7890
+ </address>
+ <address>
+ <strong>Full Name</strong><br>
+ <a
+ href="mailto:#">first.last@example.com</a>
+ </address>
+