diff --git a/typografie.html b/typografie.html new file mode 100644 index 0000000..ae63b66 --- /dev/null +++ b/typografie.html @@ -0,0 +1,151 @@ + + + + + + + Document + + + + + +
+
+ + Typografie + + +
+
+ +
+

Nadpisy

+ +

Nadpis H2 přes H2

+

Nadpis H2 přes P

+
+

Ukázka kodu:

+ + + <h2>Nadpis H2 přes H2</h2> + <p class="h2"> Nadpis H2 přes P</p> + + +
+

Display zobrazení

+ +

Display-1

+

Display-2

+

Display-3

+ + + <h1 class="display-1">Display-1</h1> + + +
+

Lead

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Similique corporis deleniti asperiores porro, neque officia cupiditate ipsa, assumenda reprehenderit ipsum, ea iste alias recusandae et voluptate est. Corrupti, praesentium reiciendis.

+

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Atque, consequuntur vitae. Adipisci officiis doloribus tempore est, magni officia reprehenderit accusamus illo facere minima omnis quam veritatis non harum rem praesentium.

+ + <p class="lean">LOREM</p> + + +
+

Uprava Textu

+

HTML se neprogramuje

+

Místo B lze použít strong

+

Tento text je psán EM kurzívou

+

Text potrhnu pres tag U

+

Text obyčejný. text malý

+

vymazaný text | nesprávný text

+

Pro využití kopírování je potřeba CTRL+C klávesová zkratka

+ +
+

Listy

+

Obyčejný list:

+ + +

Neoznačený list:

+ + +
+

Citace

+ +
+
+

Citace jak by měla jakkoliv být.

+
+ +
+ + + <figure > + <blockquote class="blockquote"> + <p>Citace jak by měla jakkoliv být.</p> + </blockquote> + <figcaption class="blockquote-footer"> + Autor neznámý + </figcaption> + </figure> + +
+

Flex Procvičení

+ +
+
Text 1
+
Text 2
+
Text 3
+
Text 4
+
+ + <div class="d-flex justify-content-evenly"> + <div class="m-1 p-2 border">Text 1</div> + ... + </div> + + +
+

Označení textu

+

Označít veškerý dlouhý text

+

Základní označení textu

+

Nelze označit

+ + + <p class="user-select-all">Označít veškerý dlouhý text</p> + <p class="user-select-auto">Základní označení textu</p> + <p class="user-select-none">Nelze označit</p> + +
+ + + + + + + + + + \ No newline at end of file