Facebook
From Emerald Kitten, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 272
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. p {color: red;
  5. font-size: 10px;
  6. font-family: Arial;
  7. border-style: solid;
  8. border-top-width: 15px;
  9. border-color: red;}
  10. h1 {text-decoration: overline;
  11.         text-align: right;
  12.         font-style: italic;
  13.         word-spacing: 10px;}
  14. h3 {color: blue;
  15.         font-style: bold;
  16.         letter-spacing: 10px;
  17.         text-decoration: underline;
  18.         border-style: dotted;
  19.         border-bottom-style: none;}
  20. </style>
  21. </head>
  22. <body>
  23. <p> Technik informatyk </p>
  24. <h1> Witryny i aplikacje internetowe</h1>
  25. <h3> Paweł Stasiewicz</h3>
  26. </body>
  27. </html>