Guest User

Untitled

a guest
Nov 18th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>Box Model</title>
  6. <link rel="stylesheet" href="style.css">
  7. <style id="jsbin-css">
  8. body {color:#333;
  9.  
  10. }
  11.  
  12. div {color:#c0dec5;margin:64px;padding:32px,48px,0,48px;
  13.  
  14. }
  15.  
  16. p {
  17. font-family: Georgia, serif;
  18. font-size: 20px;
  19. line-height: 1.4em;}
  20.  
  21. span {font-variant:small-caps;
  22. font-family:Tahoma, sans-serif;
  23. letter-spacing:.25em
  24. padding:0 3px;background-color:rgba(100,150,150,.5)}
  25.  
  26. .source {text-align:right}
  27. </style>
  28. </head>
  29.  
  30. <body>
  31. <div>
  32. <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>
  33. <p class="source">— William S. Burroughs’s advice to Patti Smith</p>
  34. </div>
  35.  
  36.  
  37. <script id="jsbin-source-css" type="text/css">body {color:#333;
  38.  
  39. }
  40.  
  41. div {color:#c0dec5;margin:64px;padding:32px,48px,0,48px;
  42.  
  43. }
  44.  
  45. p {
  46. font-family: Georgia, serif;
  47. font-size: 20px;
  48. line-height: 1.4em;}
  49.  
  50. span {font-variant:small-caps;
  51. font-family:Tahoma, sans-serif;
  52. letter-spacing:.25em
  53. padding:0 3px;background-color:rgba(100,150,150,.5)}
  54.  
  55. .source {text-align:right}</script>
  56. </body>
  57.  
  58. </html>
Add Comment
Please, Sign In to add comment