Facebook
From Obese Tamarin, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 275
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>coś</title>
  6.     <style>
  7.         h2 {text-decoration: line-through;}
  8.         p {width: 600px;text-align: justify;text-indent: 20px;text-transform: uppercase;}
  9.         #chemia {letter-spacing: 20px;}
  10.         a {text-decoration: none;}
  11.         a:hover {color:green;}
  12.         h1:hover {color:red;background-color: yellow;font-size: large;}
  13.    
  14.    
  15.    
  16.    
  17.    
  18.     </style>
  19. </head>
  20. <body>
  21.     <h1>Jakub Szulc</h1>
  22.     <h2>Strefa błędu</h2>
  23.     <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illo ipsum optio suscipit fugiat, veniam dolorem maxime magnam aut architecto repellendus quaerat. Reprehenderit aperiam facere incidunt doloremque asperiores cumque hic, est dolor repellat sequi obcaecati maxime, voluptates consequatur impedit recusandae adipisci, rem modi non officiis fugit exercitationem eius dolore ea! Saepe?</p>
  24.     <h1 id="chemia">H<sub>2</sub>SO<sub>4</sub></h1>
  25.    
  26.     <h3>Menu</h3>
  27.     <br><a href="#">1</a>
  28.     <br><a href="#">2</a>
  29.     <br><a href="#">3</a>
  30. </body>
  31. </html>