Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Pattern Writing Coach</title>
  4. <style type="text/css">
  5. body {
  6. background-color: #222;
  7. color: #fff;
  8. font-size: 16px;
  9. font-family: "Lucida Console", Monaco, monospace;
  10. }
  11. #title {
  12. margin-left: 10%;
  13. }
  14. #portrait {
  15. float: left;
  16. width: 50%;
  17. }
  18. #text {
  19. margin-top: 50px;
  20. float: right;
  21. width: 50%;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26.  
  27. <pre id="title">
  28. ___ ____ ___ ___ ____ ____ _ _ _ _ _ ____ _ ___ _ _ _ ____ ____ ____ ____ ____ _ _
  29. |__] |__| | | |___ |__/ |\ | | | | |__/ | | | |\ | | __ | | | |__| | |__|
  30. | | | | | |___ | \ | \| |_|_| | \ | | | | \| |__] |___ |__| | | |___ | |
  31.  
  32.  
  33. </pre>
  34.  
  35. <pre id="portrait">
  36. ,,,8.888*,/\'\8,
  37. (\ *88888888888/ /888
  38. \\ /88888888888888/8888"
  39. \\.__.88888888888888888,____________,
  40. ' _____'"",88888.'__.,,----------.)
  41. __.( ,*8888888888888888888888,
  42. _( ,8888888888888888888888888888,
  43. (____ .'8" ":88888888888888888888
  44. ,88888; '88888888/888/8888888'
  45. 888888: *888888/88/8\88888'
  46. 888888:-__ _-- *8|888888\ \'
  47. 888888| 888888' \ |
  48. //88888|=*= \ '=*=' 88888"' \\
  49. // "888| 88 ) \\
  50. ,_// **| 8 s |; \\_,
  51. '-' *; '-^' *' /88 '-'
  52. : * J888*
  53. , ^-^ ' |*'
  54. : |
  55. ' |
  56. '.__..' (.------/|
  57. __) .----------;
  58. ,| \ ,' ,'
  59. .9999\ \ / 999999999999,
  60. 999999\ / / 99999999999999\
  61. ))))))))\\ / ((((((((((((((((\
  62. ^^^^^^^^^\/,^^^^^^^^^^^^^^^^^^'
  63. /
  64. </pre>
  65.  
  66. <div id="text">
  67. <p>
  68. YOU SAID: "blabla bla"
  69. </br></br>
  70. Subjectivity:0.0
  71. </br></br>
  72. 0 You should be honest with your diary - more emotional language required.
  73. </p>
  74. </div>
  75.  
  76. </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement