Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <link rel="stylesheet" href="style.css">
  6. <style id="jsbin-css">
  7. body {
  8. background: #333
  9.  
  10. }
  11.  
  12. div {
  13. background: #c0dec5;
  14. margin: 4em;
  15. padding: 2em 3em 0 3em;
  16.  
  17. }
  18.  
  19. p {
  20. font-family: georgia, serif;
  21. font-size: 20px;
  22. line-height: 1.4em;
  23. text-align: .right;
  24. }
  25.  
  26. span{
  27. font-variant: small-caps;
  28. font-family: Tahoma, sans-serif;
  29. letter-spacing: .25em;
  30. padding: 0 .2em;
  31. background-color: rgba(100,150,150,.5);
  32. }
  33. </style>
  34. </head>
  35.  
  36. <body>
  37. <div>
  38. <p>Build a good <span>name</span>. Keep your <span>name</span> clean. Be concerned about doing good work. Protect your work, and if you build a good <span>name</span>, eventually that <span>name</span> will be its own currency.</p>
  39. <p style="text-align:right">— William S. Burroughs’s advice to Patti Smith</p>
  40. </div>
  41.  
  42.  
  43. <script id="jsbin-source-css" type="text/css">body {
  44. background: #333
  45.  
  46. }
  47.  
  48. div {
  49. background: #c0dec5;
  50. margin: 4em;
  51. padding: 2em 3em 0 3em;
  52.  
  53. }
  54.  
  55. p {
  56. font-family: georgia, serif;
  57. font-size: 20px;
  58. line-height: 1.4em;
  59. text-align: .right;
  60. }
  61.  
  62. span{
  63. font-variant: small-caps;
  64. font-family: Tahoma, sans-serif;
  65. letter-spacing: .25em;
  66. padding: 0 .2em;
  67. background-color: rgba(100,150,150,.5);
  68. }
  69. </script>
  70. </body>
  71.  
  72. </html>sss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement