-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtext-for-css.html
More file actions
50 lines (45 loc) · 5.91 KB
/
Copy pathtext-for-css.html
File metadata and controls
50 lines (45 loc) · 5.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<title>CSS training</title>
<meta name="author" value="Alexandra Dedok" />
<meta name="description" value="Learning HTML/CSS for fun and games and websites" />
<meta name="keywords" content="HTML, CSS" />
<link rel="stylesheet" href="./css/text-for-css.css">
</head>
<body>
<article>
<h1>Lorem Ipsum</h1>
<p><cite>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."</cite></p>
<p><cite>"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."</cite></p>
<h2>What is Lorem Ipsum?</h2>
<p>You can read more about it <a href="https://ru.wikipedia.org/wiki/Lorem_ipsum">here</a>.</p>
<p><b>Lorem Ipsum</b> is simply <ins>dummy text</ins> of the printing and typesetting industry. <b>Lorem Ipsum</b> has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing <b>Lorem Ipsum</b> passages, and more recently with desktop publishing software like Aldus PageMaker including versions of <b>Lorem Ipsum</b>.</p>
<div class="background">
<h2>Why do we use it?</h2>
<p class="facts">It is a long established fact that a reader will be distracted by the <ins>readable content</ins> of a page when looking at its layout. The point of using <b>Lorem Ipsum</b> is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use <b>Lorem Ipsum</b> as their default model text, and a search for <i>'lorem ipsum'</i> will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<h2>Where does it come from?</h2>
<p>Contrary to popular belief, <b>Lorem Ipsum</b> is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. <a href="https://classics.as.virginia.edu/alumni/profile/581">Richard McClintock</a>, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a <b>Lorem Ipsum</b> passage, and going through the cites of the word in classical literature, discovered the undoubtable source. <b>Lorem Ipsum</b> comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by <a href="https://de.wikipedia.org/wiki/Marcus_Tullius_Cicero">Cicero</a>, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of <b>Lorem Ipsum</b>, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>
<p>The standard chunk of <b>Lorem Ipsum</b> used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
</div>
<div class="where">
<h2>Where can I get some?</h2>
<p>There are many variations of passages of <b>Lorem Ipsum</b> available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of <b>Lorem Ipsum</b>, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the <b>Lorem Ipsum</b> generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the <a href="https://en.wikipedia.org/wiki/Internet">Internet</a>. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate <b>Lorem Ipsum</b> which looks reasonable. The generated <b>Lorem Ipsum</b> is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
</div>
</article>
<aside class="aside_class">
<h3>An example:</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec fringilla placerat tellus et maximus. Duis lobortis neque arcu, a interdum metus aliquet a. Fusce nunc tellus, molestie sit amet dignissim at, interdum quis dui. Nam libero lacus, euismod a libero in, <span>pellentesque <b>viverra</b> tortor</span>. Cras non diam sit amet ligula porttitor tempus in eu odio. Curabitur vel nunc augue. Mauris finibus, purus ac rhoncus ornare, libero libero tempor erat, ac malesuada velit purus non orci. Aliquam placerat pharetra ex id dapibus. Proin volutpat est sed felis vehicula, a ullamcorper magna tristique. Morbi convallis sollicitudin cursus. Proin a pretium erat, at iaculis nunc. Sed quis rutrum neque. Nullam suscipit et eros et aliquet. Nam viverra, mauris cursus pharetra pharetra, urna dui vulputate orci, et sollicitudin ex lacus id metus. Morbi tempus id leo nec efficitur. Praesent justo nisl, finibus non euismod a, tempor sed quam.</p>
</aside>
<div class="penguins_pic">
<label for="peng">Look at those penguins!</label> </br>
<img class="peng" src="./images/unsplash.jpg" title = "Penguins" alt="penguins" height="500px" />
</div>
<div class="grad_test">
<p>Testing a gradient</p>
</div>
</body>
<footer>
<p>Generated <b>1 paragraph, 144 words, 928 bytes</b>of <b>Lorem Ipsum</b>.</p>
</footer>
</html>