From 2cbd5d7fd24b41975b84a6019342b6c7bfc0aeae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Sun, 17 Aug 2014 23:56:33 +0200 Subject: [PATCH] Update --- typography/index.html | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/typography/index.html b/typography/index.html index e8a1b23..c12389f 100644 --- a/typography/index.html +++ b/typography/index.html @@ -349,23 +349,29 @@

Here you’ll find the complete list of HTML5-Tags and this is how they look like.

-

<h1>,<h2>,<h3>,<h4>,<h5>,<h6>

- -

<p>

+

Paragraphs with lots of Text › <p>

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

-

<hr>

+

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ +

Horizontal Lines › <hr>


-

<pre>

+

Displaying Code › <pre>

-    Here comes code.
+    
+        
+            Code Blocks
+        
+        
+    
+
 
-

<blockquote>

+

Quotation › <blockquote>

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-

<ol>

+

Ordered Lists › <ol>

  1. One
  2. Two
  3. @@ -386,7 +392,7 @@
  4. Five
-

<ul>

+

Unordered Lists › <ul>