Advertisement
irmantas_radavicius

Untitled

Nov 14th, 2021
926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <style>
  6.         * {
  7.             box-sizing: border-box;
  8.         }
  9.  
  10.         body {
  11.             background-color: lemonchiffon;
  12.             margin: 20px;
  13.            
  14.         }
  15.  
  16.         h1 {
  17.             background-color: wheat;
  18.             padding: 20px;
  19.             border: 4px double black;
  20.             text-transform: capitalize;
  21.         }
  22.  
  23.         h2 {
  24.             color: darkred;
  25.             border: 2px double black;
  26.             background-color: thistle;
  27.             padding-left: 20px;
  28.             margin-bottom: 0;
  29.  
  30.         }
  31.  
  32.         div {
  33.             background-color: wheat;
  34.             padding: 0;
  35.             margin: 0;
  36.             border: 2px solid black;
  37.             padding: 10px;
  38.         }
  39.         p{
  40.            
  41.         }
  42.         a:link, a:visited {
  43.             color: darkslategrey;
  44.             text-transform: uppercase;
  45.             padding: 10px;
  46.             text-decoration-style: double;
  47.             {
  48.             a:hover, a:active {
  49.                 color: green;
  50.             }
  51.            
  52.         }
  53.     </style>
  54.     <title>My Bit By Bit</title>
  55.     <meta charset="utf-8">
  56. </head>
  57.  
  58. <body>
  59.     <header>
  60.         <h1>Theoretical knowledge</h1>
  61.     </header>
  62.     <h2 id="pradzia"> Pirma pastraipa</h2>
  63.  
  64.  
  65.     <h2> Antra pastraipa</h2>
  66.     <div>
  67.  
  68.     </div>
  69.     <h2> Trecia pastraipa</h2>
  70.     <div>
  71.         <p>"On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and
  72.             demoralized by
  73.             the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble
  74.             that
  75.             are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which
  76.             is
  77.             the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to
  78.             distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being
  79.             able
  80.             to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain
  81.             circumstances
  82.             and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have
  83.             to
  84.             be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this
  85.             principle of
  86.             selection: he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse
  87.             pains."
  88.  
  89.         </p>
  90.     </div>
  91.     <h2> Ketvirta pastraipa</h2>
  92.     <div>
  93.         <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in
  94.             some
  95.             form, by injected humour, or randomised words which don't look even slightly believable. If you are going to
  96.             use
  97.             a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of
  98.             text.
  99.             All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this
  100.             the
  101.             first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
  102.             of
  103.             model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is
  104.             therefore always free from repetition, injected humour, or non-characteristic words etc.
  105.  
  106.         </p>
  107.     </div>
  108.     <h2> Penkta pastraipa</h2>
  109.     <div>
  110.         <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin
  111.             literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at
  112.             Hampden-Sydney
  113.             College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage,
  114.             and
  115.             going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum
  116.             comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil)
  117.             by
  118.             Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the
  119.             Renaissance.
  120.             The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
  121.  
  122.         </p>
  123.     </div>
  124.     <h2> Šešta pastraipa</h2>
  125.     <div>
  126.         <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
  127.             industry's
  128.             standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
  129.             make
  130.             a type specimen book. It has survived not only five centuries, but also the leap into electronic
  131.             typesetting,
  132.             remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets
  133.             containing
  134.             Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including
  135.             versions
  136.             of Lorem Ipsum.
  137.  
  138.         </p>
  139.     </div>
  140.     <p>
  141.         <a href="#">I pradžia</a></p>
  142.  
  143. </body>
  144.  
  145. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement